供应商外网注册时,未审核的数据,再维护提交时,也带过去数据
This commit is contained in:
parent
b9e013755a
commit
02f0266576
|
@ -20,7 +20,7 @@ public class RegisteredFinishregOPPlugin extends AbstractOperationServicePlugIn
|
||||||
super.afterExecuteOperationTransaction(e);
|
super.afterExecuteOperationTransaction(e);
|
||||||
|
|
||||||
String operationKey = e.getOperationKey();
|
String operationKey = e.getOperationKey();
|
||||||
if ("finishregistered".equals(operationKey)) {
|
if ("finishregistered".equals(operationKey)||"submit".equals(operationKey)) {
|
||||||
|
|
||||||
// DynamicObject dataEntity = this.getModel().getDataEntity();
|
// DynamicObject dataEntity = this.getModel().getDataEntity();
|
||||||
DynamicObject[] dataEntities1 = e.getDataEntities();
|
DynamicObject[] dataEntities1 = e.getDataEntities();
|
||||||
|
|
Loading…
Reference in New Issue