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