diff --git a/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml b/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml index 7a7fdd5..4594af2 100644 --- a/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml @@ -871,7 +871,7 @@ where DETIAL_TYPE_CODE = '1004' select round((CASE WHEN Sum_Value = 0 THEN 0.00 ELSE (Sum_Value - H_Unqualified_Qty) / Sum_Value END) * - 100.00, 2) as qty, + 100.00, 2) as rate, case when ITEM_CODE = '1001' then '成品检漏' when ITEM_CODE = '1002' then '内胆检漏'