精密-启源流程生产订单传参调整
This commit is contained in:
parent
a20f86c0c3
commit
494dc876b4
|
|
@ -100,7 +100,7 @@ public class AfterPmoSyncJmQMSRule implements IRule<PMOAggVO> {
|
||||||
|
|
||||||
JSONObject itemObj = new JSONObject();
|
JSONObject itemObj = new JSONObject();
|
||||||
itemObj.put("bipqdid", item.getCmoid());// BIP行id
|
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("xshth", item.getVfirstcode());// 销售合同号-BIP源头单据号
|
||||||
itemObj.put("htqdxh", item.getVfirstrowno());// 合同清单序号-BIP源头单据行号
|
itemObj.put("htqdxh", item.getVfirstrowno());// 合同清单序号-BIP源头单据行号
|
||||||
itemObj.put("wlbh", mrlmap.get("code"));// 产品编号
|
itemObj.put("wlbh", mrlmap.get("code"));// 产品编号
|
||||||
|
|
@ -162,7 +162,7 @@ public class AfterPmoSyncJmQMSRule implements IRule<PMOAggVO> {
|
||||||
|
|
||||||
if (!"true".equals(resultObj.getString("success"))) {
|
if (!"true".equals(resultObj.getString("success"))) {
|
||||||
logger.error("QMS-PMO-JM-error,result[" + resultObj.toJSONString() + "]");
|
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"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue