自动化立体仓库 - WMS系统
pang.jiabao
2025-11-20 2101fe61627cad7329376f61f7265af824c459b5
src/main/resources/mapper/WrkMastMapper.xml
@@ -64,6 +64,13 @@
        <result column="take_none" property="takeNone" />
        <result column="call_agv" property="callAgv" />
    </resultMap>
    <update id="updateAgvCallByWrkNos">
        update asr_wrk_mast set call_agv = 2 where
        wrk_no in
        <foreach collection="wrkNoList" item="item" index="index" separator="," open="(" close=")">
            #{item}
        </foreach>
    </update>
    <select id="selectToBeCompleteData" resultMap="BaseResultMap">
        select * from asr_wrk_mast where ((wrk_sts = 4 Or wrk_sts = 14 ) and io_type != 103 and io_type != 104 and io_type != 107 ) or (wrk_sts = 2 and io_type=6) order by upd_mk,error_time,io_time,wrk_no