lizg 2 周之前
父节点
当前提交
053c986903
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      odbctest/mql/problem/basic/other/01only47.mql

+ 5 - 1
odbctest/mql/problem/basic/other/01only47.mql

@@ -1,3 +1,7 @@
- update /matrix/perms/api set _group = _group + "/开发组" where name = '默认接口规则' ;
+ update /matrix/perms/api set _group = _group - ? where name = ?
+/**
+params("/开发组", "默认接口规则")
+**/
+;