From 392850ba0aeb95e94123506d60d68c082811e88c Mon Sep 17 00:00:00 2001 From: wangh <123456> Date: Tue, 26 Jul 2022 14:09:44 +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 84c0c88..b1c0f0a 100644 --- a/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/BroadDataMapper.xml @@ -281,11 +281,11 @@ FROM (select PLAN_NUMBER when ITEM_CODE = '1003' then '安全检测' when ITEM_CODE = '1005' then '测温性能' when ITEM_CODE = '1006' then '成品外观' end as code, - to_char(CREATION_DATE, 'yyyy-MM-dd') as name, + to_char(CREATION_DATE, 'MM-dd') as name, count(1) as qty from IMOS_QA_PRODUCT_QUALITY where CREATION_DATE between (TRUNC(sysdate, 'D') + 1) and (TRUNC(sysdate, 'D') + 7) - group by ITEM_CODE, to_char(CREATION_DATE, 'yyyy-MM-dd') + group by ITEM_CODE, to_char(CREATION_DATE, 'MM-dd') union select '横坐标' as code,