自动化立体仓库 - WMS系统
zwl
2026-04-16 5a07bb3f4e4846ac5425b5ec73d4017e2b7c57dd
src/main/resources/mapper/BasDevpMapper.xml
@@ -27,6 +27,10 @@
        <result column="row1" property="row1" />
        <result column="io_time" property="ioTime" />
        <result column="area" property="area" />
        <result column="in_first_crn_csv" property="inFirstCrnCsv" />
        <result column="in_second_crn_csv" property="inSecondCrnCsv" />
        <result column="in_first_crn_current_no" property="inFirstCrnCurrentNo" />
        <result column="in_second_crn_current_no" property="inSecondCrnCurrentNo" />
        <result column="in_ok" property="inOk" />
        <result column="out_ok" property="outOk" />
        <result column="loc_type1" property="locType1" />
@@ -51,7 +55,7 @@
        left join asr_sta_desc asd on abd.dev_no = asd.stn_no
        where 1=1
        and asd.type_no = #{typeNo}
        and abd.in_enable = 'Y'
        -- and abd.in_enable = 'Y'
        group by abd.dev_no
    </select>
@@ -62,7 +66,7 @@
        left join asr_sta_desc asd on abd.dev_no = asd.stn_no
        where 1=1
        and asd.type_no = #{typeNo}
        and abd.out_enable = 'Y'
        -- and abd.out_enable = 'Y'
        group by abd.dev_no
    </select>