生产订单添加客户字段

This commit is contained in:
李正@用友 2025-06-04 16:32:27 +08:00
parent 2cd148091b
commit 96fc4dd152
1 changed files with 3 additions and 0 deletions

View File

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