Merge branch 'fixbug_sunjun__21501' into 'master'

*Fixbug_sunjun__21501

See merge request easycorp/zentaopms!2936
This commit is contained in:
孙广明
2022-04-14 07:27:27 +00:00
2 changed files with 5 additions and 4 deletions
+4 -4
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -77,3 +77,4 @@ REPLACE INTO `zt_report` (`code`, `name`, `module`, `sql`, `vars`, `langs`, `par
ALTER TABLE `zt_action` MODIFY COLUMN `product` text NOT NULL;
ALTER TABLE `zt_effort` MODIFY COLUMN `product` text NOT NULL;
ALTER TABLE `zt_stakeholder` ADD INDEX objectID(`objectID`);
UPDATE `zt_api` SET response = REPLACE(response, 'assgnedDate', 'assignedDate');