lizg 2 tuần trước cách đây
mục cha
commit
053c986903
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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("/开发组", "默认接口规则")
+**/
+;