src/main/resources/mapper/LocDetlMapper.xml
@@ -80,6 +80,14 @@ <include refid="batchSeq"></include> </select> <select id="selectItem2" resultMap="BaseResultMap"> select top 1 * from asr_loc_detl where 1=1 and loc_no = #{locNo} and matnr = #{matnr} </select> <delete id="deleteItem"> delete from asr_loc_detl where 1=1