自动化立体仓库 - WMS系统
#
whycq
2022-09-01 b1b85d8cdb2719eb10553168e862cb19fe95d50d
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -224,6 +224,11 @@
        where loc_no = #{locNo}
        and matnr = #{matnr}
    </select>
    <select id="selectItem0" resultType="com.zy.asrs.entity.ManLocDetl">
        select top 1 * from man_loc_detl
        where loc_no = #{locNo}
        and matnr = #{matnr}
    </select>
    <update id="updateLocNo0">