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}
UserID, UserTypeID, LoginID, Password, Name, RecordStatus, CreateBy, CreateTime,
UpdateBy, UpdateTime
delete from sys_user
where UserID = #{userID,jdbcType=VARCHAR}
delete from sys_user
insert into sys_user (UserID, UserTypeID, LoginID,
Password, Name, RecordStatus,
CreateBy, CreateTime, UpdateBy,
UpdateTime)
values (#{userID,jdbcType=VARCHAR}, #{userTypeID,jdbcType=INTEGER}, #{loginID,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{recordStatus,jdbcType=INTEGER},
#{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP})
insert into sys_user
UserID,
UserTypeID,
LoginID,
Password,
Name,
RecordStatus,
CreateBy,
CreateTime,
UpdateBy,
UpdateTime,
#{userID,jdbcType=VARCHAR},
#{userTypeID,jdbcType=INTEGER},
#{loginID,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{recordStatus,jdbcType=INTEGER},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
update sys_user
UserID = #{row.userID,jdbcType=VARCHAR},
UserTypeID = #{row.userTypeID,jdbcType=INTEGER},
LoginID = #{row.loginID,jdbcType=VARCHAR},
Password = #{row.password,jdbcType=VARCHAR},
Name = #{row.name,jdbcType=VARCHAR},
RecordStatus = #{row.recordStatus,jdbcType=INTEGER},
CreateBy = #{row.createBy,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
UpdateBy = #{row.updateBy,jdbcType=VARCHAR},
UpdateTime = #{row.updateTime,jdbcType=TIMESTAMP},
update sys_user
set UserID = #{row.userID,jdbcType=VARCHAR},
UserTypeID = #{row.userTypeID,jdbcType=INTEGER},
LoginID = #{row.loginID,jdbcType=VARCHAR},
Password = #{row.password,jdbcType=VARCHAR},
Name = #{row.name,jdbcType=VARCHAR},
RecordStatus = #{row.recordStatus,jdbcType=INTEGER},
CreateBy = #{row.createBy,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
UpdateBy = #{row.updateBy,jdbcType=VARCHAR},
UpdateTime = #{row.updateTime,jdbcType=TIMESTAMP}
update sys_user
UserTypeID = #{userTypeID,jdbcType=INTEGER},
LoginID = #{loginID,jdbcType=VARCHAR},
Password = #{password,jdbcType=VARCHAR},
Name = #{name,jdbcType=VARCHAR},
RecordStatus = #{recordStatus,jdbcType=INTEGER},
CreateBy = #{createBy,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
UpdateBy = #{updateBy,jdbcType=VARCHAR},
UpdateTime = #{updateTime,jdbcType=TIMESTAMP},
where UserID = #{userID,jdbcType=VARCHAR}
update sys_user
set UserTypeID = #{userTypeID,jdbcType=INTEGER},
LoginID = #{loginID,jdbcType=VARCHAR},
Password = #{password,jdbcType=VARCHAR},
Name = #{name,jdbcType=VARCHAR},
RecordStatus = #{recordStatus,jdbcType=INTEGER},
CreateBy = #{createBy,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
UpdateBy = #{updateBy,jdbcType=VARCHAR},
UpdateTime = #{updateTime,jdbcType=TIMESTAMP}
where UserID = #{userID,jdbcType=VARCHAR}