Compare commits

..

2 Commits

Author SHA1 Message Date
lihao 929c11c0fd Merge remote-tracking branch 'origin/main' 2025-08-05 13:33:12 +08:00
lihao 925fe589db 审核后修改 2025-08-05 13:32:59 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ public class AfterupdateSyncEpicMesRule implements IRule<AggPickmVO> {
}
if (list.size() > 0) {
SyncEpicMesUtil mesUtil = new SyncEpicMesUtil();
String n = "N";
// 审核后触发
String n = "y";
try {
mesUtil.processData((PMOAggVO[])list.toArray(new PMOAggVO[list.size()]),n);
} catch (BusinessException e) {