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) <= getdate() and wrk_sts not in (30, 47) </select> </mapper>