Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.8.7_4.8.8.sql =================================================================== diff -u --- ssts-web/src/main/webapp/dataUpdater/sqls/4.8.7_4.8.8.sql (revision 0) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.8.7_4.8.8.sql (revision 19446) @@ -0,0 +1,2 @@ +update TousseInstance set taskGroup=(select taskGroup from PackingRecord where id=TousseInstance.packingRecord_id) where packingRecord_id is not null and taskGroup is null; +update TousseInstance set taskGroup=(select taskGroup from TousseDefinition where id=TousseInstance.tousseDefinition_id) where tousseDefinition_id is not null and taskGroup is null; \ No newline at end of file