Compare commits

..

No commits in common. "929c11c0fd77753fcf6932f663f38adbb8aa32d2" and "73bea97b49c4c41a954addddddbdec30f040d5b0" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

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