|
|
@@ -42,9 +42,9 @@ public class CheckNeedPayService implements ExecutionListener {
|
|
|
// 集中评审(1)不交费(2) isPay=2
|
|
|
// 不集中评审(2)交费(1) isPay=3
|
|
|
// 不集中评审(2)不交费(2) isPay=2
|
|
|
- if (isConcentrateAudit.equals("2") && isPay.equals("1")) {
|
|
|
- isPay = "3"; // 不集中评审但交费,需经企管法规处审批后再交费。
|
|
|
- }
|
|
|
+ // if (isConcentrateAudit.equals("2") && isPay.equals("1")) {
|
|
|
+ // isPay = "3"; // 不集中评审但交费,需经企管法规处审批后再交费。
|
|
|
+ // }
|
|
|
System.out.println("准入工作流 检查是否交费: " + isPay);
|
|
|
delegateExecution.setVariable("result", isPay);
|
|
|
delegateExecution.setVariableLocal("result", isPay);
|