@@ -1,7 +1,8 @@
// 通用请求,增删改查
export const normal = {
- sql: 'encipher',
+ // sql: 'encipher',
+ sql: 'general',
delete: 'batchDelete',
add: 'addDataContextTable',
update: 'updatesBatchContextTable'
-}
+}