fix:MES同步BOM信息

This commit is contained in:
zhouz
2025-06-12 14:28:18 +08:00
parent c5a63cd8b6
commit 9853d7129e

View File

@@ -2458,7 +2458,6 @@ public class MesToLmsServiceImpl implements MesToLmsService {
public JSONObject changeBomInfo(JSONObject param) {
log.info("changeBomInfo输入参数为-------------------" + param.toString());
WQLObject plan_tab = WQLObject.getWQLObject("pdm_bi_slittingproductionplan");
WQLObject bom_tab = WQLObject.getWQLObject("pdm_bi_orderbominfo");
/* MES传递的入参内容
{
@@ -2619,6 +2618,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
resultParam.put("RTOAL", 0);
resultParam.put("RTDAT", null);
}
log.info("changeBomInfo输出参数为-------------------" + resultParam.toString());
return resultParam;
}
}