Index: ssts-web/src/main/webapp/dataUpdater/sqls/5.0.12_5.0.13.sql =================================================================== diff -u -r36252 -r36265 --- ssts-web/src/main/webapp/dataUpdater/sqls/5.0.12_5.0.13.sql (.../5.0.12_5.0.13.sql) (revision 36252) +++ ssts-web/src/main/webapp/dataUpdater/sqls/5.0.12_5.0.13.sql (.../5.0.12_5.0.13.sql) (revision 36265) @@ -1,3 +1,3 @@ update Problem set notifyOrgUnitId = (select max(id) from OrgUnit where orgUnitCoding in (select src.orgUnitCoding from SupplyRoomConfig src where src.supplyRoomType = 1)), notifyAllOrgUnitUser = '是' where notifyOrgUnitId is null; update Problem set registerPersonid = (select max(id) from SS_USERS where fullName = registerPerson) where registerPersonid is null; -update Problem set submitUserId = registerPersonid; \ No newline at end of file +update Problem set submitUserId = registerPersonid where submitUserId is null; \ No newline at end of file