自动化立体仓库 - WMS系统
#
luxiaotao1123
2023-04-06 e37cbe8c4d9cdf1f511135d302960faa04e12dd6
src/main/resources/mapper/WrkChargeMapper.xml
@@ -29,4 +29,11 @@
    </resultMap>
    <select id="findTimeoutData" resultMap="BaseResultMap">
        select * from asr_wrk_charge
        where 1=1
        and dateadd(mi,30,modi_time) &lt;= getdate()
        and wrk_sts not in (30, 47)
    </select>
</mapper>