Index: forgon-core/src/main/java/com/forgon/Constants.java =================================================================== diff -u -r19445 -r19662 --- forgon-core/src/main/java/com/forgon/Constants.java (.../Constants.java) (revision 19445) +++ forgon-core/src/main/java/com/forgon/Constants.java (.../Constants.java) (revision 19662) @@ -21,7 +21,7 @@ "4.2.3","4.2.4","4.2.5","4.2.6","4.2.7","4.2.8","4.2.9","4.3.0","4.3.1","4.3.2","4.3.3","4.3.4","4.3.5","4.3.6","4.3.7","4.3.8","4.3.9", "4.4.0","4.4.1","4.4.2","4.4.3","4.4.4","4.4.5","4.4.6","4.4.7","4.4.8","4.4.9","4.5.0","4.5.1","4.5.2","4.5.3","4.5.4","4.5.5","4.5.6","4.5.7","4.5.8", "4.5.9","4.6.0","4.6.1","4.6.2","4.6.3","4.6.4","4.6.5","4.6.6","4.6.7","4.6.8","4.6.9","4.7.0","4.7.1","4.7.2","4.7.3","4.7.4","4.7.5","4.7.6","4.7.7", - "4.7.8","4.7.9","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8"};// 版本列表 + "4.7.8","4.7.9","4.8.0","4.8.1","4.8.2","4.8.3","4.8.4","4.8.5","4.8.6","4.8.7","4.8.8","4.8.9"};// 版本列表 public final static List SOFTWARE_VERSION_LIST = Arrays .asList(SOFTWARE_VERSION_ARRAY); public final static String SOFTWARE_VERSION = SOFTWARE_VERSION_ARRAY[SOFTWARE_VERSION_ARRAY.length - 1];// 软件最新版本 Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.8.8_4.8.9.sql =================================================================== diff -u --- ssts-web/src/main/webapp/dataUpdater/sqls/4.8.8_4.8.9.sql (revision 0) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.8.8_4.8.9.sql (revision 19662) @@ -0,0 +1 @@ +update RecyclingRecord set recyclingApplicationType = (select type from invoicePlan where id = recyclingApplication_id) where (recyclingApplicationType is null or recyclingApplicationType = ''); \ No newline at end of file