电力电子-艾普MES-手动推送按钮-调整出厂编号也传

This commit is contained in:
mzr 2025-12-04 15:33:42 +08:00
parent 3063f0d352
commit 74664c8dd2
1 changed files with 1 additions and 1 deletions

View File

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