src/main/resources/mapper/OrderDetlMapper.xml
@@ -74,6 +74,13 @@ </if> </select> <select id="selectItemNoneOfBatch" resultMap="BaseResultMap"> select * from man_order_detl where 1=1 and order_no = #{orderNo} and matnr = #{matnr} </select> <select id="selectWorkingDetls" resultMap="BaseResultMap"> select * from man_order_detl where 1=1