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 where submitUserId is null;