From b3968972cd96b90b3da844409df7d1cb7d3f43a8 Mon Sep 17 00:00:00 2001 From: wangh <123456> Date: Mon, 5 Sep 2022 19:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/BroadDataMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml b/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml index b8b39f9..2e04cef 100644 --- a/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml @@ -51,7 +51,7 @@ end) as order_type , Sum(Store_Qty) as stock , Store_Code - from IMOS_LO_STORE_DETIAL losd + from IMOS_LO_BIN losd where Store_Code =#{id} and Material_Code is not null and Store_Qty > 0 @@ -953,7 +953,7 @@ where 600 < ROUND(TO_NUMBER(t1.day - t2.day) * 24 * 60 * 60) - t3.RHYTHM substr( MATERIAL_NAME, instr(MATERIAL_NAME, '-', 1, 1) + 1, - instr(MATERIAL_NAME, ',', 1, 1) - 2 - instr(MATERIAL_NAME, '-', 1, 1) + 1) as name + instr(MATERIAL_NAME, ',', 1, 2) - 2 - instr(MATERIAL_NAME, '-', 1, 1) + 1) as name from IMOS_PR_PRODUCT_BARCODE ippb left join (select * from (select * from haiwei.BASE_DAY_WBTIME order by CREATE_TIME desc) where ROWNUM = 1) wb on 1 = 1