|
@@ -35,7 +35,7 @@ public class PayBillSubmitOperationServicePlugIn extends AbstractOperationServic
|
|
super.beforeExecuteOperationTransaction(e);
|
|
super.beforeExecuteOperationTransaction(e);
|
|
DynamicObject[] payBills = e.getDataEntities();
|
|
DynamicObject[] payBills = e.getDataEntities();
|
|
String opkey = e.getOperationKey();
|
|
String opkey = e.getOperationKey();
|
|
- if("submit".equals(opkey)) {
|
|
|
|
|
|
+ if("beforesubmit".equals(opkey)) {
|
|
this.updateSaleContractInfo(e, payBills, true);
|
|
this.updateSaleContractInfo(e, payBills, true);
|
|
}else if("unsubmit".equals(opkey)){
|
|
}else if("unsubmit".equals(opkey)){
|
|
this.updateSaleContractInfo(e, payBills, false);
|
|
this.updateSaleContractInfo(e, payBills, false);
|