自动化立体仓库 - WMS系统
luxiaotao1123
2020-08-27 b0951eba94a2e22db9783aed934874ce4736f008
src/main/resources/mapper/BasDevpMapper.xml
@@ -51,7 +51,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 +62,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>