自动化立体仓库 - WMS系统
pjb
2025-07-13 00ecb40e3882df465f70f715531796912bd3c29c
增加空托出库条件(堆垛机自动+无报警码)
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/LocMastMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocMastMapper.xml
@@ -207,9 +207,9 @@
        select
        top 1 *
        from
        asr_loc_mast alm
        asr_loc_mast alm inner join asr_bas_crnp abc on alm.crn_no = abc.crn_no
        where
        alm.loc_sts = #{locType}
        alm.loc_sts = #{locType} and abc.crn_err = 0 and abc.crn_sts = 3
        <if test="rowList != null and !rowList.isEmpty()">
            and alm.row1 in
            <foreach collection="rowList" item="item" open="(" close=")" separator=",">