|
|
|
@ -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> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|