自动化立体仓库 - WMS系统
#
Junjie
2025-07-15 11a1ecba92a012beb85894f32e0cd54f3fe17381
src/main/resources/mapper/asrs/StaDescMapper.xml
@@ -16,12 +16,13 @@
        <result column="modi_time" property="modiTime" />
        <result column="appe_user" property="appeUser" />
        <result column="appe_time" property="appeTime" />
        <result column="pri" property="pri" />
    </resultMap>
    <select id="queryOutStaNosByLocNo" resultType="java.lang.Integer">
    <select id="queryOutStaNosByLocNo" resultMap="BaseResultMap">
        select
        distinct asd.stn_no
        distinct asd.stn_no,asd.pri
        from asr_sta_desc asd
        left join asr_loc_mast alm on asd.crn_no = alm.crn_no
        where 1=1
@@ -29,6 +30,7 @@
        <if test="typeNo != null and typeNo !=''">
            and asd.type_no = #{typeNo}
        </if>
        order by pri desc
    </select>
    <select id="queryCrnStn" resultMap="BaseResultMap">