修改 总装

master
wangh 3 years ago
parent 0b1caaaa71
commit 392850ba0a

@ -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,

Loading…
Cancel
Save