|
|
|
@ -199,7 +199,7 @@
|
|
|
|
from IMOS_PR_FOAMING_MONITOR
|
|
|
|
from IMOS_PR_FOAMING_MONITOR
|
|
|
|
group by MATERIAL_NAME
|
|
|
|
group by MATERIAL_NAME
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="selectFpOrderInfo" resultType="com.ruoyi.system.domain.BoxPlanCompletion">
|
|
|
|
<select id="selectFpOrderInfo" resultType="com.ruoyi.system.domain.BoxOutput">
|
|
|
|
select sum(PLAN_QTY) qty, '当班计划' as name
|
|
|
|
select sum(PLAN_QTY) qty, '当班计划' as name
|
|
|
|
from imos_ta_material
|
|
|
|
from imos_ta_material
|
|
|
|
where DISPLAY_FLAG = 1
|
|
|
|
where DISPLAY_FLAG = 1
|
|
|
|
|