This commit is contained in:
hufangzhou
2023-06-19 17:34:07 +08:00
parent 160cb8eb57
commit 89ccb03950
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -19,3 +19,5 @@ UPDATE `zt_pivot` SET `sql` = 'SELECT \n t1.name AS \'产品\', \n IFNULL(t2.
WHERE id = 1002;
UPDATE `zt_chart` SET `settings` = '{\"value\": {\"type\": \"agg\", \"field\": \"taskleft\", \"agg\": \"sum\"}, \"title\": {\"type\": \"text\", \"name\": \"\"}, \"type\": \"value\"}'
WHERE id = 10112;
UPDATE `zt_priv` SET `edition`=',biz,max,ipd,' where `module`='feedback' and `method`='toUserStory';
+1 -1
View File
File diff suppressed because one or more lines are too long