Explorar o código

修复主管提醒bug

cfort %!s(int64=3) %!d(string=hai) anos
pai
achega
8757ee243b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/business/platform/form/utils/custom/joinCURD.js

+ 1 - 1
src/business/platform/form/utils/custom/joinCURD.js

@@ -68,7 +68,7 @@ const dealData = (method, data) => {
         data = JSON.stringify(data)
     }
     // 对需要拼接key值的方法做处理
-    let strType = ['str', 'sql']
+    let strType = ['sql']
     let isStr = strType.includes(method)
     data = isStr ? `{"${method}":"${data}"}` : data
     //加密,获取md5密文