|
|
|
@ -227,10 +227,11 @@
|
|
|
|
when instr(MATERIAL_NAME, '-', 1, 1) = 0 then instr(MATERIAL_NAME, ',', 1, 1) + 1
|
|
|
|
when instr(MATERIAL_NAME, '-', 1, 1) = 0 then instr(MATERIAL_NAME, ',', 1, 1) + 1
|
|
|
|
else instr(MATERIAL_NAME, '-', 1, 1) + 1
|
|
|
|
else instr(MATERIAL_NAME, '-', 1, 1) + 1
|
|
|
|
end) as name,
|
|
|
|
end) as name,
|
|
|
|
STORE_QTY as qty
|
|
|
|
sum(STORE_QTY) as qty
|
|
|
|
from IMOS_LO_BIN
|
|
|
|
from IMOS_LO_BIN
|
|
|
|
where MATERIAL_NAME like '发泡箱体%'
|
|
|
|
where MATERIAL_NAME like '发泡箱体%'
|
|
|
|
and STORE_QTY > 0
|
|
|
|
and STORE_QTY > 0
|
|
|
|
|
|
|
|
group by MATERIAL_NAME
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="pqk_selectProductInStore" resultType="com.ruoyi.system.domain.BoxOutput">
|
|
|
|
<select id="pqk_selectProductInStore" resultType="com.ruoyi.system.domain.BoxOutput">
|
|
|
|
|