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,