自动化立体仓库 - WMS系统
#
luxiaotao1123
2023-02-06 c4d9e1eb799a4da88cd4d7ba6053556415f8d8f8
src/main/resources/mapper/LocMastMapper.xml
@@ -237,7 +237,7 @@
    <select id="queryFreeLocMast2" resultMap="BaseResultMap">
        select *
        from asr_loc_mast
        where row1=#{row}
        where 1=1
        and loc_sts='O'
        <if test="locType1 != null">
            and loc_type1 = #{locType1}