Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.9.15_4.9.16.sql =================================================================== diff -u -r22981 -r22993 --- ssts-web/src/main/webapp/dataUpdater/sqls/4.9.15_4.9.16.sql (.../4.9.15_4.9.16.sql) (revision 22981) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.9.15_4.9.16.sql (.../4.9.15_4.9.16.sql) (revision 22993) @@ -1 +1 @@ -update PrintConfig set handleDepartCoding = (select orgUnitCoding from SupplyRoomConfig where supplyRoomType = 0),handleDepart = (select orgUnitName from SupplyRoomConfig where supplyRoomType = 0) where handleDepartCoding is null; \ No newline at end of file +update PrintConfig set handleDepartCoding = (select orgUnitCoding from SupplyRoomConfig where supplyRoomType = 1),handleDepart = (select orgUnitName from SupplyRoomConfig where supplyRoomType = 1) where handleDepartCoding is null; \ No newline at end of file