lizg 2 недель назад
Родитель
Сommit
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("/开发组", "默认接口规则")
+**/
+;