* Adjust the package name from delete issue to delete risk.

This commit is contained in:
hufangzhou
2023-09-08 09:25:08 +00:00
parent a7886a2024
commit 2922f403f3
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -808,3 +808,5 @@ UPDATE zt_privlang SET `key` = 'execution-computeBurn' WHERE `key` = 'execution-
DELETE FROM zt_priv WHERE module='search' and method = 'select';
DELETE FROM zt_privlang WHERE `key`='search-select';
UPDATE `zt_privlang` SET `value`='删除风险' WHERE `objectID`=197 AND `objectType`='manager' AND `lang`='zh-cn';
+1 -1
View File
File diff suppressed because one or more lines are too long