From 6efb1c950bd210afea0d61d5c10327904589dfdf Mon Sep 17 00:00:00 2001 From: fanzongzhe0036 Date: Thu, 10 Apr 2025 10:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E6=9E=B6=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillMapper.xml b/yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillMapper.xml index 269667d7dd..731c719024 100644 --- a/yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillMapper.xml +++ b/yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillMapper.xml @@ -9,6 +9,7 @@ wsb.sourceBillNo, case wsb.billState when 0 then '新建' + when 2 then '部分上架' when 1 then '已完成' end as billState from wms_shelf_bill wsb LEFT JOIN anrui_portal.sys_organization as s ON wsb.deptSid = s.sid @@ -27,6 +28,7 @@ wsb.sourceBillSid, case wsb.billState when 0 then '新建' + when 2 then '部分上架' when 1 then '已完成' end as billState, wsb.createOrgSid,