and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, org_id, t_id, v_cf_code, t_detection_desc, t_detection_cron, t_category, t_update_time,
t_remark
delete from t_timing_task_history
where id = #{id,jdbcType=VARCHAR}
delete from t_timing_task_history
insert into t_timing_task_history (id, org_id, t_id,
v_cf_code, t_detection_desc, t_detection_cron,
t_category, t_update_time, t_remark
)
values (#{id,jdbcType=VARCHAR}, #{orgId,jdbcType=VARCHAR}, #{tId,jdbcType=VARCHAR},
#{vCfCode,jdbcType=VARCHAR}, #{tDetectionDesc,jdbcType=VARCHAR}, #{tDetectionCron,jdbcType=VARCHAR},
#{tCategory,jdbcType=VARCHAR}, #{tUpdateTime,jdbcType=TIMESTAMP}, #{tRemark,jdbcType=VARCHAR}
)
insert into t_timing_task_history
id,
org_id,
t_id,
v_cf_code,
t_detection_desc,
t_detection_cron,
t_category,
t_update_time,
t_remark,
#{id,jdbcType=VARCHAR},
#{orgId,jdbcType=VARCHAR},
#{tId,jdbcType=VARCHAR},
#{vCfCode,jdbcType=VARCHAR},
#{tDetectionDesc,jdbcType=VARCHAR},
#{tDetectionCron,jdbcType=VARCHAR},
#{tCategory,jdbcType=VARCHAR},
#{tUpdateTime,jdbcType=TIMESTAMP},
#{tRemark,jdbcType=VARCHAR},
update t_timing_task_history
id = #{record.id,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=VARCHAR},
t_id = #{record.tId,jdbcType=VARCHAR},
v_cf_code = #{record.vCfCode,jdbcType=VARCHAR},
t_detection_desc = #{record.tDetectionDesc,jdbcType=VARCHAR},
t_detection_cron = #{record.tDetectionCron,jdbcType=VARCHAR},
t_category = #{record.tCategory,jdbcType=VARCHAR},
t_update_time = #{record.tUpdateTime,jdbcType=TIMESTAMP},
t_remark = #{record.tRemark,jdbcType=VARCHAR},
update t_timing_task_history
set id = #{record.id,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=VARCHAR},
t_id = #{record.tId,jdbcType=VARCHAR},
v_cf_code = #{record.vCfCode,jdbcType=VARCHAR},
t_detection_desc = #{record.tDetectionDesc,jdbcType=VARCHAR},
t_detection_cron = #{record.tDetectionCron,jdbcType=VARCHAR},
t_category = #{record.tCategory,jdbcType=VARCHAR},
t_update_time = #{record.tUpdateTime,jdbcType=TIMESTAMP},
t_remark = #{record.tRemark,jdbcType=VARCHAR}
update t_timing_task_history
org_id = #{orgId,jdbcType=VARCHAR},
t_id = #{tId,jdbcType=VARCHAR},
v_cf_code = #{vCfCode,jdbcType=VARCHAR},
t_detection_desc = #{tDetectionDesc,jdbcType=VARCHAR},
t_detection_cron = #{tDetectionCron,jdbcType=VARCHAR},
t_category = #{tCategory,jdbcType=VARCHAR},
t_update_time = #{tUpdateTime,jdbcType=TIMESTAMP},
t_remark = #{tRemark,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update t_timing_task_history
set org_id = #{orgId,jdbcType=VARCHAR},
t_id = #{tId,jdbcType=VARCHAR},
v_cf_code = #{vCfCode,jdbcType=VARCHAR},
t_detection_desc = #{tDetectionDesc,jdbcType=VARCHAR},
t_detection_cron = #{tDetectionCron,jdbcType=VARCHAR},
t_category = #{tCategory,jdbcType=VARCHAR},
t_update_time = #{tUpdateTime,jdbcType=TIMESTAMP},
t_remark = #{tRemark,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}
insert into t_timing_task_history (id, org_id, t_id,
v_cf_code, t_detection_desc, t_detection_cron,
t_category, t_update_time, t_remark)
values
(#{task.id,jdbcType=VARCHAR}, #{task.orgId,jdbcType=VARCHAR}, #{task.tId,jdbcType=VARCHAR},
#{task.vCfCode,jdbcType=VARCHAR}, #{task.tDetectionDesc,jdbcType=VARCHAR}, #{task.tDetectionCron,jdbcType=VARCHAR},
#{task.tCategory,jdbcType=VARCHAR}, #{task.tUpdateTime,jdbcType=TIMESTAMP}, #{task.tRemark,jdbcType=VARCHAR})