update PrintConfig set handleDepartCoding = (select orgUnitCoding from SupplyRoomConfig where supplyRoomType = 1),handleDepart = (select orgUnitName from SupplyRoomConfig where supplyRoomType = 1) where handleDepartCoding is null;