生产订单添加客户字段
This commit is contained in:
parent
2cd148091b
commit
96fc4dd152
|
@ -186,6 +186,9 @@ public class AfterApprovingSynchronizeRuleRZ implements IRule<PMOAggVO> {
|
||||||
detailItem.put("sdck", body.getCinwarehouseid());
|
detailItem.put("sdck", body.getCinwarehouseid());
|
||||||
// detailItem.put("wlzdycs01", transferCodeByPk(StordocVO.getDefaultTableName(), StordocVO.CODE, StordocVO.PK_STORDOC, body.getCinwarehouseid()));
|
// detailItem.put("wlzdycs01", transferCodeByPk(StordocVO.getDefaultTableName(), StordocVO.CODE, StordocVO.PK_STORDOC, body.getCinwarehouseid()));
|
||||||
// detailItem.put("wlzdycs01", body.getCinwarehouseid());
|
// detailItem.put("wlzdycs01", body.getCinwarehouseid());
|
||||||
|
//khbh_wbid varchar(100) 第三方系统客户id BIP生产订单接口增加客户id字段
|
||||||
|
detailItem.put("khbh_wbid",body.getCcustomerid());
|
||||||
|
|
||||||
// ¹¤×÷ÖÐÐÄ Éú²ú²¿ÃÅID
|
// ¹¤×÷ÖÐÐÄ Éú²ú²¿ÃÅID
|
||||||
// detailItem.put("scgc_wbid", transferCodeByPk(DeptVO.getDefaultTableName(), DeptVO.CODE, DeptVO.PK_DEPT, body.getCdeptid()));
|
// detailItem.put("scgc_wbid", transferCodeByPk(DeptVO.getDefaultTableName(), DeptVO.CODE, DeptVO.PK_DEPT, body.getCdeptid()));
|
||||||
detailItem.put("scgc_wbid", body.getCdeptid());
|
detailItem.put("scgc_wbid", body.getCdeptid());
|
||||||
|
|
Loading…
Reference in New Issue