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}
TaskID, UserID, Title, KeyID, Url, RecordStatus, CreateBy, CreateTime, ReturnUrl
Context
delete from sys_task
where TaskID = #{taskID,jdbcType=VARCHAR}
delete from sys_task
insert into sys_task (TaskID, UserID, Title,
KeyID, Url, RecordStatus,
CreateBy, CreateTime, ReturnUrl,
Context)
values (#{taskID,jdbcType=VARCHAR}, #{userID,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR},
#{keyID,jdbcType=VARCHAR}, #{url,jdbcType=VARCHAR}, #{recordStatus,jdbcType=INTEGER},
#{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{returnUrl,jdbcType=VARCHAR},
#{context,jdbcType=LONGVARCHAR})
insert into sys_task
TaskID,
UserID,
Title,
KeyID,
Url,
RecordStatus,
CreateBy,
CreateTime,
ReturnUrl,
Context,
#{taskID,jdbcType=VARCHAR},
#{userID,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR},
#{keyID,jdbcType=VARCHAR},
#{url,jdbcType=VARCHAR},
#{recordStatus,jdbcType=INTEGER},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{returnUrl,jdbcType=VARCHAR},
#{context,jdbcType=LONGVARCHAR},
update sys_task
TaskID = #{row.taskID,jdbcType=VARCHAR},
UserID = #{row.userID,jdbcType=VARCHAR},
Title = #{row.title,jdbcType=VARCHAR},
KeyID = #{row.keyID,jdbcType=VARCHAR},
Url = #{row.url,jdbcType=VARCHAR},
RecordStatus = #{row.recordStatus,jdbcType=INTEGER},
CreateBy = #{row.createBy,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
ReturnUrl = #{row.returnUrl,jdbcType=VARCHAR},
Context = #{row.context,jdbcType=LONGVARCHAR},
update sys_task
set TaskID = #{row.taskID,jdbcType=VARCHAR},
UserID = #{row.userID,jdbcType=VARCHAR},
Title = #{row.title,jdbcType=VARCHAR},
KeyID = #{row.keyID,jdbcType=VARCHAR},
Url = #{row.url,jdbcType=VARCHAR},
RecordStatus = #{row.recordStatus,jdbcType=INTEGER},
CreateBy = #{row.createBy,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
ReturnUrl = #{row.returnUrl,jdbcType=VARCHAR},
Context = #{row.context,jdbcType=LONGVARCHAR}
update sys_task
set TaskID = #{row.taskID,jdbcType=VARCHAR},
UserID = #{row.userID,jdbcType=VARCHAR},
Title = #{row.title,jdbcType=VARCHAR},
KeyID = #{row.keyID,jdbcType=VARCHAR},
Url = #{row.url,jdbcType=VARCHAR},
RecordStatus = #{row.recordStatus,jdbcType=INTEGER},
CreateBy = #{row.createBy,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
ReturnUrl = #{row.returnUrl,jdbcType=VARCHAR}
update sys_task
UserID = #{userID,jdbcType=VARCHAR},
Title = #{title,jdbcType=VARCHAR},
KeyID = #{keyID,jdbcType=VARCHAR},
Url = #{url,jdbcType=VARCHAR},
RecordStatus = #{recordStatus,jdbcType=INTEGER},
CreateBy = #{createBy,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
ReturnUrl = #{returnUrl,jdbcType=VARCHAR},
Context = #{context,jdbcType=LONGVARCHAR},
where TaskID = #{taskID,jdbcType=VARCHAR}
update sys_task
set UserID = #{userID,jdbcType=VARCHAR},
Title = #{title,jdbcType=VARCHAR},
KeyID = #{keyID,jdbcType=VARCHAR},
Url = #{url,jdbcType=VARCHAR},
RecordStatus = #{recordStatus,jdbcType=INTEGER},
CreateBy = #{createBy,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
ReturnUrl = #{returnUrl,jdbcType=VARCHAR},
Context = #{context,jdbcType=LONGVARCHAR}
where TaskID = #{taskID,jdbcType=VARCHAR}
update sys_task
set UserID = #{userID,jdbcType=VARCHAR},
Title = #{title,jdbcType=VARCHAR},
KeyID = #{keyID,jdbcType=VARCHAR},
Url = #{url,jdbcType=VARCHAR},
RecordStatus = #{recordStatus,jdbcType=INTEGER},
CreateBy = #{createBy,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
ReturnUrl = #{returnUrl,jdbcType=VARCHAR}
where TaskID = #{taskID,jdbcType=VARCHAR}