自动化立体仓库 - WMS系统
#
whycq
2025-07-03 f9e742b17c47d9f0df3a56caa09f18c8f99aa3f8
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>