2025年5月13日16:47:06

1.新功能。定时检查计划进度
main
liuao 1 week ago
parent 832f1442ce
commit 7106d3a807
  1. 4
      src/main/resources/mappers/IWarnMapper.xml

@ -15,12 +15,12 @@
<result property="creator" column="creator" jdbcType="VARCHAR"/>
<result property="startTime" column="start_time" jdbcType="TIMESTAMP"/>
<result property="endTime" column="end_time" jdbcType="TIMESTAMP"/>
<result property="currentProgress" column="current_progress" jdbcType="INTEGER"/>
</resultMap>
<sql id="selectIWarnVo">
select
id, plan_id, plan_name, deviation_type, deviation_days, warn_info, create_time, creator from i_warn
id, plan_id, plan_name, deviation_type, deviation_days, warn_info, create_time, creator, current_progress from i_warn
</sql>

Loading…
Cancel
Save