src/main/resources/mapper/ManLocDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -370,5 +370,22 @@ update man_loc_detl set anfme = #{anfme} where node_id = #{nodeId} ; </update> <update id="updateAnfme"> update man_loc_detl set anfme = #{anfme} , modi_time = getdate() where 1=1 and loc_no = #{locNo} and matnr = #{matnr} <include refid="batchSeq"></include> </update> <delete id="deleteItem"> delete from man_loc_detl where 1=1 and loc_no = #{locNo} and matnr = #{matnr} <include refid="batchSeq"></include> </delete> </mapper>