自动化立体仓库 - WMS系统
skyouc
3 天以前 0f2e16a6908f1a654284bb545e22b85b17d0e081
no message
1个文件已修改
20 ■■■■ 已修改文件
src/main/resources/mapper/LocMastMapper.xml 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocMastMapper.xml
@@ -83,15 +83,27 @@
        and (loc_sts = 'F' or loc_sts = 'D') and crn_no = #{crnNo}
    </select>
<!--    <select id="selectLocShuttleMoveUnilateralY" resultMap="BaseResultMap">-->
<!--        select *-->
<!--        from [dbo].[asr_loc_mast]-->
<!--        where 1=1-->
<!--        and whs_type=#{whsType}-->
<!--        and row1 > 0 and row1 &lt; 5-->
<!--        and bay1 = #{bay}-->
<!--        and lev1 = #{lev}-->
<!--        and loc_sts='F'-->
<!--        and move_status = 0-->
<!--        order by row1-->
<!--    </select>-->
    <select id="selectLocShuttleMoveUnilateralY" resultMap="BaseResultMap">
        select *
        from [dbo].[asr_loc_mast]
        where 1=1
        and whs_type=#{whsType}
        and row1>1 and row1 &lt; 18
        and bay1 = #{bay}
        and lev1 = #{lev}
        and loc_sts='F'
          and row1 > 10 and row1 &lt; 15
          and loc_sts='D'
          and move_status = 0
        order by row1
    </select>