WMS推送时费用类别和费用科目取租赁管理维护的值
This commit is contained in:
+2
-2
@@ -474,8 +474,8 @@ public class LeaseApplicationService {
|
|||||||
businessDataPushDTO.setDocumentFormJson(jsonObject.toJSONString());
|
businessDataPushDTO.setDocumentFormJson(jsonObject.toJSONString());
|
||||||
businessDataPushDTO.setDocumentTypeCode("ckzld");
|
businessDataPushDTO.setDocumentTypeCode("ckzld");
|
||||||
businessDataPushDTO.setSettlementEntityId(leasePO.getShipperId());
|
businessDataPushDTO.setSettlementEntityId(leasePO.getShipperId());
|
||||||
businessDataPushDTO.setSecondSubjectCode("26WMS01");
|
businessDataPushDTO.setSecondSubjectCode(leasePO.getSecondSubjectCode());
|
||||||
businessDataPushDTO.setServiceItemsCode("26WMS费用");
|
businessDataPushDTO.setServiceItemsCode(leasePO.getServiceItemsCode());
|
||||||
businessDataPushDTO.setDataSources(1);
|
businessDataPushDTO.setDataSources(1);
|
||||||
bmsServiceFeign.businessDocumentApiSave(businessDataPushDTO);
|
bmsServiceFeign.businessDocumentApiSave(businessDataPushDTO);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user