From 6a945b1bef589a8dac91011fc41c103c4db87d69 Mon Sep 17 00:00:00 2001 From: wangh <123456> Date: Mon, 25 Jul 2022 14:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=80=BB=E8=A3=85?= 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 0c8cb68..6958245 100644 --- a/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml @@ -882,7 +882,7 @@ where DETIAL_TYPE_CODE = '1004' length(MATERIAL_NAME)), ',', 1, 1) - 1) || ')' as name , round(ACTUAL_QTY / ORDER_QTY * 100, 2) as rate, - case when round(ACTUAL_QTY / ORDER_QTY * 100, 2) < 100 then 3 else 0 end as qty + case when round(ACTUAL_QTY / ORDER_QTY * 100, 2) < 100 then 2 else 0 end as qty from IMOS_PR_ORDER where to_char(FINISH_DATE,'yyyy-MM-dd') = ( @@ -905,7 +905,7 @@ where DETIAL_TYPE_CODE = '1004' length(MATERIAL_NAME)), ',', 1, 1) - 1) || ')' as name , round(ACTUAL_QTY / ORDER_QTY * 100, 2) as rate, - case when round(ACTUAL_QTY / ORDER_QTY * 100, 2) < 100 then 1 else 0 end as qty + case when round(ACTUAL_QTY / ORDER_QTY * 100, 2) < 100 then 3 else 0 end as qty from IMOS_PR_ORDER where to_char(FINISH_DATE,'yyyy-MM-dd') = (