更新OA供应商数据操作编码改全小写
This commit is contained in:
parent
cc49951d94
commit
64ac6380f7
|
@ -20,7 +20,7 @@ public class UpdateOASupplierInfoOPPlugin extends AbstractOperationServicePlugIn
|
|||
super.afterExecuteOperationTransaction(e);
|
||||
//todo:定时任务推送所有供应商 变更审核||供应商审核操作之后推送供应商
|
||||
String operationKey = e.getOperationKey();
|
||||
if ("updateOAInfo".equals(operationKey)) {
|
||||
if ("updateoainfo".equals(operationKey)) {
|
||||
for (DynamicObject dataEntity : e.getDataEntities()) {
|
||||
String name = dataEntity.getDynamicObjectType().getName();
|
||||
String supplierName = "";
|
||||
|
|
Loading…
Reference in New Issue