|
@@ -33,7 +33,7 @@ public class PurContractSubmitOperationServicePlugIn extends AbstractOperationSe
|
|
String opkey = e.getOperationKey();
|
|
String opkey = e.getOperationKey();
|
|
if("submit".equals(opkey)) {
|
|
if("submit".equals(opkey)) {
|
|
this.updateSaleContractInfo(e, purContracts, true);
|
|
this.updateSaleContractInfo(e, purContracts, true);
|
|
- }else if("unsubmit".equals(opkey)){
|
|
|
|
|
|
+ }else if("unsubmit".equals(opkey) || "unaudit".equals(opkey)){
|
|
this.updateSaleContractInfo(e, purContracts, false);
|
|
this.updateSaleContractInfo(e, purContracts, false);
|
|
}
|
|
}
|
|
}
|
|
}
|