电力电子-艾普MES-手动推送按钮-调整出厂编号也传
This commit is contained in:
parent
3063f0d352
commit
74664c8dd2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue