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}
SiteUserID, SiteUserName, UserID, SiteID, Gender, Mobile, RoleID, CreateUserID, CreateTime,
UpdateBy, UpdateTime, UserNo, IDCard
delete from pc_site_user
where SiteUserID = #{siteUserID,jdbcType=VARCHAR}
delete from pc_site_user
insert into pc_site_user (SiteUserID, SiteUserName, UserID,
SiteID, Gender, Mobile,
RoleID, CreateUserID, CreateTime,
UpdateBy, UpdateTime, UserNo,
IDCard)
values (#{siteUserID,jdbcType=VARCHAR}, #{siteUserName,jdbcType=VARCHAR}, #{userID,jdbcType=VARCHAR},
#{siteID,jdbcType=VARCHAR}, #{gender,jdbcType=INTEGER}, #{mobile,jdbcType=VARCHAR},
#{roleID,jdbcType=INTEGER}, #{createUserID,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{userNo,jdbcType=VARCHAR},
#{IDCard,jdbcType=VARCHAR})
insert into pc_site_user
SiteUserID,
SiteUserName,
UserID,
SiteID,
Gender,
Mobile,
RoleID,
CreateUserID,
CreateTime,
UpdateBy,
UpdateTime,
UserNo,
IDCard,
#{siteUserID,jdbcType=VARCHAR},
#{siteUserName,jdbcType=VARCHAR},
#{userID,jdbcType=VARCHAR},
#{siteID,jdbcType=VARCHAR},
#{gender,jdbcType=INTEGER},
#{mobile,jdbcType=VARCHAR},
#{roleID,jdbcType=INTEGER},
#{createUserID,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{userNo,jdbcType=VARCHAR},
#{IDCard,jdbcType=VARCHAR},
update pc_site_user
SiteUserID = #{row.siteUserID,jdbcType=VARCHAR},
SiteUserName = #{row.siteUserName,jdbcType=VARCHAR},
UserID = #{row.userID,jdbcType=VARCHAR},
SiteID = #{row.siteID,jdbcType=VARCHAR},
Gender = #{row.gender,jdbcType=INTEGER},
Mobile = #{row.mobile,jdbcType=VARCHAR},
RoleID = #{row.roleID,jdbcType=INTEGER},
CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
UpdateBy = #{row.updateBy,jdbcType=VARCHAR},
UpdateTime = #{row.updateTime,jdbcType=TIMESTAMP},
UserNo = #{row.userNo,jdbcType=VARCHAR},
IDCard = #{row.IDCard,jdbcType=VARCHAR},
update pc_site_user
set SiteUserID = #{row.siteUserID,jdbcType=VARCHAR},
SiteUserName = #{row.siteUserName,jdbcType=VARCHAR},
UserID = #{row.userID,jdbcType=VARCHAR},
SiteID = #{row.siteID,jdbcType=VARCHAR},
Gender = #{row.gender,jdbcType=INTEGER},
Mobile = #{row.mobile,jdbcType=VARCHAR},
RoleID = #{row.roleID,jdbcType=INTEGER},
CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
UpdateBy = #{row.updateBy,jdbcType=VARCHAR},
UpdateTime = #{row.updateTime,jdbcType=TIMESTAMP},
UserNo = #{row.userNo,jdbcType=VARCHAR},
IDCard = #{row.IDCard,jdbcType=VARCHAR}
update pc_site_user
SiteUserName = #{siteUserName,jdbcType=VARCHAR},
UserID = #{userID,jdbcType=VARCHAR},
SiteID = #{siteID,jdbcType=VARCHAR},
Gender = #{gender,jdbcType=INTEGER},
Mobile = #{mobile,jdbcType=VARCHAR},
RoleID = #{roleID,jdbcType=INTEGER},
CreateUserID = #{createUserID,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
UpdateBy = #{updateBy,jdbcType=VARCHAR},
UpdateTime = #{updateTime,jdbcType=TIMESTAMP},
UserNo = #{userNo,jdbcType=VARCHAR},
IDCard = #{IDCard,jdbcType=VARCHAR},
where SiteUserID = #{siteUserID,jdbcType=VARCHAR}
update pc_site_user
set SiteUserName = #{siteUserName,jdbcType=VARCHAR},
UserID = #{userID,jdbcType=VARCHAR},
SiteID = #{siteID,jdbcType=VARCHAR},
Gender = #{gender,jdbcType=INTEGER},
Mobile = #{mobile,jdbcType=VARCHAR},
RoleID = #{roleID,jdbcType=INTEGER},
CreateUserID = #{createUserID,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
UpdateBy = #{updateBy,jdbcType=VARCHAR},
UpdateTime = #{updateTime,jdbcType=TIMESTAMP},
UserNo = #{userNo,jdbcType=VARCHAR},
IDCard = #{IDCard,jdbcType=VARCHAR}
where SiteUserID = #{siteUserID,jdbcType=VARCHAR}