Browse Source

2024/06/27

master
zelian_wu 2 years ago
parent
commit
f990083275
  1. 2
      src/main/resources/mapper/material/ProductionStockMapper.xml

2
src/main/resources/mapper/material/ProductionStockMapper.xml

@ -174,7 +174,7 @@
</select> </select>
<select id="getRollBySysBatch" resultType="SoFinalRollOutData"> <select id="getRollBySysBatch" resultType="SoFinalRollOutData">
select site,final_roll_no from so_final_roll
select site,order_no,part_no,roll_qty,status_code,create_date,final_roll_no,manufacture_date from so_final_roll
where site=#{site} and system_batch_no=#{systemBatchNo} where site=#{site} and system_batch_no=#{systemBatchNo}
</select> </select>
</mapper> </mapper>
Loading…
Cancel
Save