From cfc55a4ee52148171baac83cf76d149e052f8e60 Mon Sep 17 00:00:00 2001 From: zhou-hongcheng <1064771933@qq.com> Date: Tue, 17 Mar 2026 17:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E8=B5=81=E6=8E=A8=E9=80=81=E5=88=B0bm?= =?UTF-8?q?s=E7=A7=9F=E8=B5=81=E5=8D=95=E6=8D=AE=E7=B1=BB=E5=9E=8Bcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/service/Lease/LeaseApplicationService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mhd-modules/mhd-system/src/main/java/com/mhd/basic/application/service/Lease/LeaseApplicationService.java b/mhd-modules/mhd-system/src/main/java/com/mhd/basic/application/service/Lease/LeaseApplicationService.java index d2fdbd155..1a6920473 100644 --- a/mhd-modules/mhd-system/src/main/java/com/mhd/basic/application/service/Lease/LeaseApplicationService.java +++ b/mhd-modules/mhd-system/src/main/java/com/mhd/basic/application/service/Lease/LeaseApplicationService.java @@ -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());