修改 总装

master
wangh 3 years ago
parent 7e2c21bbd2
commit e8c9254361

@ -860,9 +860,10 @@ where DETIAL_TYPE_CODE = '1004'
) * 100, 2) as qty, '清单率' as name
from DUAL
union
select sum(IN_QTY) as qty, '入库订单统计' as name
from IMOS_PR_PRODUCT_IN
where to_char(CREATION_DATE, 'yyyy-MM-dd') = to_char(sysdate, 'yyyy-MM-dd')
select count(1)as qty, '入库订单统计' as name
from IMOS_PR_PRODUCT_BARCODE ippb
where DETIAL_TYPE_CODE = '1004'
and to_char(SCAN_TIME, 'yyyy-MM-dd') =to_char(SYSDATE, 'yyyy-MM-dd')
</select>
<select id="mtk_selectOrderInfoBy3d" resultType="com.ruoyi.system.domain.BoxOutput">
select substr(ORDER_NO, 5, length(ORDER_NO)) || '(' || substr(

Loading…
Cancel
Save