fix:MES同步BOM信息
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user