Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.9.36_4.9.37.sql =================================================================== diff -u -r26723 -r26755 --- ssts-web/src/main/webapp/dataUpdater/sqls/4.9.36_4.9.37.sql (.../4.9.36_4.9.37.sql) (revision 26723) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.9.36_4.9.37.sql (.../4.9.36_4.9.37.sql) (revision 26755) @@ -1 +1 @@ -update DepartmentStock set tousseDefinition_id=(select ancestorID from TousseDefinition td where ( tousseType = '器械包' or tousseType = '敷料包' or tousseType = '自制物品') and forDisplay <> 0 and name=DepartmentStock.tousseName) where tousseDefinition_id is null; \ No newline at end of file +update DepartmentStock set tousseDefinition_id=(select ancestorID from TousseDefinition td where ( tousseType = '器械包' or tousseType = '敷料包' or tousseType = '自制物品') and forDisplay <> 0 and name=DepartmentStock.tousseName and isDisable='否') where tousseDefinition_id is null; \ No newline at end of file