demand: 新增轨迹预警定时任务,定时扫描轨迹异常的运单,并通知相关责任人 tms-扫描管理-发件扫描-扫描可勾选轨迹已结束,用于人工确认运单轨迹结束 tms-扫描管理-扫描记录查询-查询条件增加'轨迹状态‘,查询返回增加'轨迹状态‘

This commit is contained in:
aike 2026-01-16 09:37:25 +08:00
parent c2d424887e
commit 01e22b98fc

View File

@ -300,6 +300,7 @@
</if>
<if test="scanType != null and scanType != ''"> and scan_type=#{scanType}</if>
<if test="blLastTrack != null and blLastTrack != ''">bl_last_track=#{blLastTrack}</if>
<if test="preOrNextStation != null and preOrNextStation != ''"> and pre_or_next_station like concat('%', #{preOrNextStation}, '%')</if>
<if test="preOrNextStationCode != null and preOrNextStationCode != ''"> and pre_or_next_station_code=#{preOrNextStationCode}</if>
<if test="preOrNextStationPhone != null and preOrNextStationPhone != ''"> and pre_or_next_station_phone like concat('%', #{preOrNextStationPhone}, '%')</if>
@ -726,4 +727,4 @@
</delete>
</mapper>
</mapper>