自动化立体仓库 - WMS系统
lty
2025-01-07 9c699c554f021930ee3598261f43e6dfd9cccb9c
src/main/resources/mapper/LocDetlMapper.xml
@@ -66,6 +66,13 @@
        <include refid="batchSeq"></include>
    </select>
    <select id="selectItemByLocNo" resultMap="BaseResultMap">
        select top 1 *
        from asr_loc_detl
        where 1=1
        and loc_no = #{locNo}
    </select>
    <delete id="deleteItem">
        delete from asr_loc_detl
        where 1=1