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,