Compare commits

...

2 Commits

Author SHA1 Message Date
mzr 867cdfdcf0 Merge remote-tracking branch 'origin/main' 2025-12-04 15:33:51 +08:00
mzr 74664c8dd2 电力电子-艾普MES-手动推送按钮-调整出厂编号也传 2025-12-04 15:33:42 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class PmoToEpicMesAction implements ICommonAction {
ExceptionUtils.wrapBusinessException("查询不到对应流程生产订单");
}
HttpPmoEpicMesUtil mesUtil = new HttpPmoEpicMesUtil();
mesUtil.processData(pmoAggVOS, "Y", false);
mesUtil.processData(pmoAggVOS, "Y", true);
return ResultMessageUtil.toJSON(true, "推送成功");
} catch (Exception e) {
logDl.error("同步生产订单到艾普MES系统失败: " + e.getMessage(), e);