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("/开发组", "默认接口规则")
+**/
+;