自动化立体仓库 - WMS系统
pang.jiabao
2024-11-26 a9325d1f1913890dd53296abc4490d9ef95a4e53
src/main/resources/mapper/LocMastMapper.xml
@@ -36,7 +36,12 @@
        <result column="ctn_no" property="ctnNo" />
    </resultMap>
    <select id="selectAreaEmpty" resultMap="BaseResultMap">
        select * from asr_loc_mast
        where loc_sts in ('O')
          and loc_type1 = #{locType1}
        ORDER BY lev1,bay1,row1
    </select>
    <select id="queryFreeLocMast" resultMap="BaseResultMap">
        select top 1 *
        from asr_loc_mast
@@ -47,7 +52,10 @@
        </if>
        order by loc_sts desc ,lev1 asc,bay1 asc
    </select>
    <select id="selectByLoc" resultMap="BaseResultMap">
        select * from asr_loc_mast
        where loc_no = #{locNo}
    </select>
    <select id="queryShallowLocFMast" resultMap="BaseResultMap">
        select * from asr_loc_mast
        where 1=1