自动化立体仓库 - WMS系统
#
whycq
2022-08-31 02ee94b7bee4a00c04cfdc7735e310ec45bdea18
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -219,4 +219,21 @@
    </select>
    <select id="selectLocDetlSumQty" resultType="java.lang.Double"></select>
    <select id="selectLocNo0" resultType="com.zy.asrs.entity.ManLocDetl">
        select * from man_loc_detl
        where loc_no = #{locNo}
        and matnr = #{matnr}
    </select>
    <update id="updateLocNo0">
        update man_loc_detl set loc_no = #{locNo}
        where node_id = #{nodeId}
    </update>
    <update id="deleteLocNo0">
        delete from man_loc_detl
        where loc_no = #{locNo}
        and matnr = #{matnr}
    </update>
</mapper>