租赁推送到bms租赁单据类型code
This commit is contained in:
+2
-2
@@ -472,7 +472,7 @@ public class LeaseApplicationService {
|
||||
jsonObject.put("lease_area",leasePO.getLeaseArea());//租赁面积
|
||||
jsonObject.put("jiecun_cbm",0);//结存体积
|
||||
businessDataPushDTO.setDocumentFormJson(jsonObject.toJSONString());
|
||||
businessDataPushDTO.setDocumentTypeCode("仓库租赁单");
|
||||
businessDataPushDTO.setDocumentTypeCode("TY_ZL");
|
||||
businessDataPushDTO.setSettlementEntityId(leasePO.getShipperId());
|
||||
businessDataPushDTO.setSecondSubjectCode(leasePO.getSecondSubjectCode());
|
||||
businessDataPushDTO.setServiceItemsCode(leasePO.getServiceItemsCode());
|
||||
@@ -518,7 +518,7 @@ public class LeaseApplicationService {
|
||||
jsonObject.put("lease_area",0);//租赁面积
|
||||
jsonObject.put("jiecun_cbm",totalVolume);//结存体积
|
||||
businessDataPushDTO.setDocumentFormJson(jsonObject.toJSONString());
|
||||
businessDataPushDTO.setDocumentTypeCode("仓库租赁单");
|
||||
businessDataPushDTO.setDocumentTypeCode("TY_ZL");
|
||||
businessDataPushDTO.setSettlementEntityId(leasePO.getShipperId());
|
||||
businessDataPushDTO.setSecondSubjectCode(leasePO.getSecondSubjectCode());
|
||||
businessDataPushDTO.setServiceItemsCode(leasePO.getServiceItemsCode());
|
||||
|
||||
Reference in New Issue
Block a user