Index: forgon-tools/src/main/java/com/forgon/Constants.java =================================================================== diff -u -r26246 -r26352 --- forgon-tools/src/main/java/com/forgon/Constants.java (.../Constants.java) (revision 26246) +++ forgon-tools/src/main/java/com/forgon/Constants.java (.../Constants.java) (revision 26352) @@ -24,7 +24,7 @@ "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.8.9","4.9.0","4.9.1","4.9.2","4.9.3","4.9.4","4.9.5","4.9.6", "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.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.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.32_4.9.33.sql =================================================================== diff -u --- ssts-web/src/main/webapp/dataUpdater/sqls/4.9.32_4.9.33.sql (revision 0) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.9.32_4.9.33.sql (revision 26352) @@ -0,0 +1,5 @@ +insert into SS_ROLE_OPERATION(ROLE_ID,OPERATION_ID) +select id,(select id from SS_OPERATION where operationId='SSTS_AuxiliaryInvoice') from SS_ROLES +where 1=1 +and exists (select id from SS_OPERATION where operationId='SSTS_AuxiliaryInvoice') +and id not in (select ROLE_ID from SS_ROLE_OPERATION where OPERATION_ID=((select id from SS_OPERATION where operationId='SSTS_AuxiliaryInvoice'))); \ No newline at end of file