精密-启源流程生产订单传参调整

This commit is contained in:
mzr 2025-09-23 17:14:36 +08:00
parent a20f86c0c3
commit 494dc876b4
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ public class AfterPmoSyncJmQMSRule implements IRule<PMOAggVO> {
JSONObject itemObj = new JSONObject();
itemObj.put("bipqdid", item.getCmoid());// BIP行id
itemObj.put("sgdh", projectCode);// 嘉묏데뵀-BIP淃커긍쯤
itemObj.put("sgdh", item.getCmoid());// 施工单号-BIP行id
itemObj.put("xshth", item.getVfirstcode());// 销售合同号-BIP源头单据号
itemObj.put("htqdxh", item.getVfirstrowno());// 合同清单序号-BIP源头单据行号
itemObj.put("wlbh", mrlmap.get("code"));// 产品编号
@ -162,7 +162,7 @@ public class AfterPmoSyncJmQMSRule implements IRule<PMOAggVO> {
if (!"true".equals(resultObj.getString("success"))) {
logger.error("QMS-PMO-JM-error,result[" + resultObj.toJSONString() + "]");
throw new BusinessException("QMS-PMO-JM-error:" + resultObj.getString("msg"));
throw new BusinessException("QMS-PMO-JM-error:" + resultObj.getString("message"));
}
}