自动化立体仓库 - WMS系统
#
whycq
2025-10-15 e9e62abb618d334d6999102ec20c49d38df587e6
src/main/resources/mapper/LocMastMapper.xml
@@ -40,7 +40,8 @@
    <select id="queryFreeLocMast" resultMap="BaseResultMap">
        select top 1 *
        from asr_loc_mast
        where  loc_sts='O'
        where row1=#{row}
        and loc_sts='O'
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
        </if>