自动化立体仓库 - WMS系统
dubin
10 小时以前 23ba6b079e80ae6e5fbd909df6544c1d992df561
src/main/resources/mapper/LocDetlMapper.xml
@@ -559,6 +559,15 @@
        order by row1
    </select>
    <select id="select100" resultMap="BaseResultMap">
        select TOP 100 a.*
        from asr_loc_detl a
                 left join asr_loc_mast b on a.loc_no = b.loc_no
        where 1=1
          and b.loc_sts = 'F'
          and a.length != 1
    </select>