更新OA供应商数据操作编码改全小写

This commit is contained in:
李贵强 2025-07-17 14:10:13 +08:00
parent cc49951d94
commit 64ac6380f7
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "";