自动化立体仓库 - WMS系统
#
LSH
2023-02-13 6ee5f8a9a8cbec6bfe559debfc08ad4b8035add5
src/main/resources/mapper/LocMastMapper.xml
@@ -70,7 +70,7 @@
        from asr_loc_mast
        where row1=#{row}
        and loc_sts='O'
        <if test="locType2 != null and locType != 0">
        <if test="locType2 != null and locType2 != 0">
            and loc_type2 = #{locType2}
        </if>
        <if test="locType1 != null">
@@ -79,7 +79,7 @@
        order by lev1 asc,bay1 asc
    </select>
    <select id="queryFreeLocMastCount" resultMap="BaseResultMap">
    <select id="queryFreeLocMastCount" resultType="int">
        select count(1)
        from asr_loc_mast
        where row1=#{row}