Index: forgon-tools/src/main/java/com/forgon/Constants.java =================================================================== diff -u -r30268 -r30280 --- forgon-tools/src/main/java/com/forgon/Constants.java (.../Constants.java) (revision 30268) +++ forgon-tools/src/main/java/com/forgon/Constants.java (.../Constants.java) (revision 30280) @@ -26,7 +26,7 @@ "4.9.7","4.9.8","4.9.9","4.9.10","4.9.11","4.9.12","4.9.13","4.9.14","4.9.15","4.9.16","4.9.17","4.9.18","4.9.19","4.9.20","4.9.21","4.9.22","4.9.23","4.9.24", "4.9.25","4.9.26","4.9.27","4.9.28","4.9.29","4.9.30","4.9.31","4.9.32","4.9.33","4.9.34","4.9.35","4.9.36","4.9.37","4.9.38","4.9.39","4.9.40","4.9.41","4.9.42","4.9.43","4.9.44", "4.9.45","4.9.46","4.9.47","4.9.48","4.9.49","4.9.50","4.9.51","4.9.52","4.9.53","4.9.54","4.9.55","4.9.56","4.9.57","4.9.58","4.9.59","4.9.60","4.9.61","4.9.62", - "4.9.63"}; + "4.9.63","4.9.64"}; // 版本列表(4.0版本升级4.1版需要分两步:先从4.0升到4.1.0、然后从4.1.0升级4.1最新版本) /*public final static String[] SOFTWARE_VERSION_ARRAY = new String[] { Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.9.63_4.9.64.sql =================================================================== diff -u --- ssts-web/src/main/webapp/dataUpdater/sqls/4.9.63_4.9.64.sql (revision 0) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.9.63_4.9.64.sql (revision 30280) @@ -0,0 +1 @@ +update ForeignTousseApplication set packageStatus = '已使用' where packageStatus = '已接收' and (select count(ti.id) from TousseInstance ti where ti.invoicePlanID = ForeignTousseApplication.id and ti.useRecord_id is not null) > 0; \ No newline at end of file