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}
SysUserId, UserType, SortId, OrgCode, SysUnitOrEntId, SysDeptId, SysUnitOrEntName,
SysDeptName, SysUserName, SysPassword, UserRoles, ChinaName, Description, PinYin,
IDCard, SysSex, Birthplace, Birthday, HealthStatus, SysPhoto, EducationLevel, SysFamily,
Marriage, Duration, SysTitle, OfficeTel, MobileTel, Email, QQInter, WeixinInter,
ModifiedBy, ModifiedOn, CreatedBy, CreatedOn
delete from SysUser
where SysUserId = #{sysuserid,jdbcType=CHAR}
delete from SysUser
insert into SysUser (SysUserId, UserType, SortId,
OrgCode,
street_code,
community_code,
net_code,
area_code,
area_path,
area_name,
supervise_area,
SysUnitOrEntId, SysDeptId,
SysUnitOrEntName, SysDeptName, SysUserName,
SysPassword, UserRoles, ChinaName,
Description, PinYin, IDCard,
SysSex, Birthplace, Birthday,
HealthStatus, SysPhoto, EducationLevel,
SysFamily, Marriage, Duration,
SysTitle,
post_path,
post_name,
OfficeTel, MobileTel,member_type,
Email, QQInter, WeixinInter,
ModifiedBy, ModifiedOn, CreatedBy,
CreatedOn,State)
values (#{sysuserid,jdbcType=CHAR}, #{usertype,jdbcType=VARCHAR}, #{sortid,jdbcType=INTEGER},
#{orgcode,jdbcType=VARCHAR},
#{streetCode,jdbcType=VARCHAR},
#{communityCode,jdbcType=VARCHAR},
#{netCode,jdbcType=VARCHAR},
#{areaCode,jdbcType=VARCHAR},
#{areaPath,jdbcType=VARCHAR},
#{areaName,jdbcType=VARCHAR},
#{superviseArea,jdbcType=VARCHAR},
#{sysunitorentid,jdbcType=VARCHAR}, #{sysdeptid,jdbcType=VARCHAR},
#{sysunitorentname,jdbcType=VARCHAR}, #{sysdeptname,jdbcType=VARCHAR}, #{sysusername,jdbcType=VARCHAR},
#{syspassword,jdbcType=VARCHAR}, #{userroles,jdbcType=VARCHAR}, #{chinaname,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR}, #{pinyin,jdbcType=VARCHAR}, #{idcard,jdbcType=VARCHAR},
#{syssex,jdbcType=VARCHAR}, #{birthplace,jdbcType=VARCHAR}, #{birthday,jdbcType=TIMESTAMP},
#{healthstatus,jdbcType=VARCHAR}, #{sysphoto,jdbcType=VARCHAR}, #{educationlevel,jdbcType=VARCHAR},
#{sysfamily,jdbcType=VARCHAR}, #{marriage,jdbcType=VARCHAR}, #{duration,jdbcType=TIMESTAMP},
#{systitle,jdbcType=VARCHAR},
#{postPath,jdbcType=VARCHAR},
#{postName,jdbcType=VARCHAR},
#{officetel,jdbcType=VARCHAR},
#{mobiletel,jdbcType=VARCHAR},
#{memberType,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR}, #{qqinter,jdbcType=VARCHAR}, #{weixininter,jdbcType=VARCHAR},
#{modifiedby,jdbcType=VARCHAR}, #{modifiedon,jdbcType=TIMESTAMP}, #{createdby,jdbcType=VARCHAR},
#{createdon,jdbcType=TIMESTAMP},
#{state,jdbcType=VARCHAR})
insert into SysUser
SysUserId,
UserType,
SortId,
OrgCode,
SysUnitOrEntId,
SysDeptId,
SysUnitOrEntName,
SysDeptName,
SysUserName,
SysPassword,
UserRoles,
ChinaName,
Description,
PinYin,
IDCard,
SysSex,
Birthplace,
Birthday,
HealthStatus,
SysPhoto,
EducationLevel,
SysFamily,
Marriage,
Duration,
SysTitle,
OfficeTel,
MobileTel,
Email,
QQInter,
WeixinInter,
ModifiedBy,
ModifiedOn,
CreatedBy,
CreatedOn,
#{sysuserid,jdbcType=CHAR},
#{usertype,jdbcType=VARCHAR},
#{sortid,jdbcType=INTEGER},
#{orgcode,jdbcType=VARCHAR},
#{sysunitorentid,jdbcType=VARCHAR},
#{sysdeptid,jdbcType=VARCHAR},
#{sysunitorentname,jdbcType=VARCHAR},
#{sysdeptname,jdbcType=VARCHAR},
#{sysusername,jdbcType=VARCHAR},
#{syspassword,jdbcType=VARCHAR},
#{userroles,jdbcType=VARCHAR},
#{chinaname,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR},
#{pinyin,jdbcType=VARCHAR},
#{idcard,jdbcType=VARCHAR},
#{syssex,jdbcType=VARCHAR},
#{birthplace,jdbcType=VARCHAR},
#{birthday,jdbcType=TIMESTAMP},
#{healthstatus,jdbcType=VARCHAR},
#{sysphoto,jdbcType=VARCHAR},
#{educationlevel,jdbcType=VARCHAR},
#{sysfamily,jdbcType=VARCHAR},
#{marriage,jdbcType=VARCHAR},
#{duration,jdbcType=TIMESTAMP},
#{systitle,jdbcType=VARCHAR},
#{officetel,jdbcType=VARCHAR},
#{mobiletel,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR},
#{qqinter,jdbcType=VARCHAR},
#{weixininter,jdbcType=VARCHAR},
#{modifiedby,jdbcType=VARCHAR},
#{modifiedon,jdbcType=TIMESTAMP},
#{createdby,jdbcType=VARCHAR},
#{createdon,jdbcType=TIMESTAMP},
update SysUser
SysUserId = #{record.sysuserid,jdbcType=CHAR},
UserType = #{record.usertype,jdbcType=VARCHAR},
SortId = #{record.sortid,jdbcType=INTEGER},
OrgCode = #{record.orgcode,jdbcType=VARCHAR},
SysUnitOrEntId = #{record.sysunitorentid,jdbcType=VARCHAR},
SysDeptId = #{record.sysdeptid,jdbcType=VARCHAR},
SysUnitOrEntName = #{record.sysunitorentname,jdbcType=VARCHAR},
SysDeptName = #{record.sysdeptname,jdbcType=VARCHAR},
SysUserName = #{record.sysusername,jdbcType=VARCHAR},
SysPassword = #{record.syspassword,jdbcType=VARCHAR},
UserRoles = #{record.userroles,jdbcType=VARCHAR},
ChinaName = #{record.chinaname,jdbcType=VARCHAR},
Description = #{record.description,jdbcType=VARCHAR},
PinYin = #{record.pinyin,jdbcType=VARCHAR},
IDCard = #{record.idcard,jdbcType=VARCHAR},
SysSex = #{record.syssex,jdbcType=VARCHAR},
Birthplace = #{record.birthplace,jdbcType=VARCHAR},
Birthday = #{record.birthday,jdbcType=TIMESTAMP},
HealthStatus = #{record.healthstatus,jdbcType=VARCHAR},
SysPhoto = #{record.sysphoto,jdbcType=VARCHAR},
EducationLevel = #{record.educationlevel,jdbcType=VARCHAR},
SysFamily = #{record.sysfamily,jdbcType=VARCHAR},
Marriage = #{record.marriage,jdbcType=VARCHAR},
Duration = #{record.duration,jdbcType=TIMESTAMP},
SysTitle = #{record.systitle,jdbcType=VARCHAR},
OfficeTel = #{record.officetel,jdbcType=VARCHAR},
MobileTel = #{record.mobiletel,jdbcType=VARCHAR},
Email = #{record.email,jdbcType=VARCHAR},
QQInter = #{record.qqinter,jdbcType=VARCHAR},
WeixinInter = #{record.weixininter,jdbcType=VARCHAR},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
update SysUser
set SysUserId = #{record.sysuserid,jdbcType=CHAR},
UserType = #{record.usertype,jdbcType=VARCHAR},
SortId = #{record.sortid,jdbcType=INTEGER},
OrgCode = #{record.orgcode,jdbcType=VARCHAR},
SysUnitOrEntId = #{record.sysunitorentid,jdbcType=VARCHAR},
SysDeptId = #{record.sysdeptid,jdbcType=VARCHAR},
SysUnitOrEntName = #{record.sysunitorentname,jdbcType=VARCHAR},
SysDeptName = #{record.sysdeptname,jdbcType=VARCHAR},
SysUserName = #{record.sysusername,jdbcType=VARCHAR},
SysPassword = #{record.syspassword,jdbcType=VARCHAR},
UserRoles = #{record.userroles,jdbcType=VARCHAR},
ChinaName = #{record.chinaname,jdbcType=VARCHAR},
Description = #{record.description,jdbcType=VARCHAR},
PinYin = #{record.pinyin,jdbcType=VARCHAR},
IDCard = #{record.idcard,jdbcType=VARCHAR},
SysSex = #{record.syssex,jdbcType=VARCHAR},
Birthplace = #{record.birthplace,jdbcType=VARCHAR},
Birthday = #{record.birthday,jdbcType=TIMESTAMP},
HealthStatus = #{record.healthstatus,jdbcType=VARCHAR},
SysPhoto = #{record.sysphoto,jdbcType=VARCHAR},
EducationLevel = #{record.educationlevel,jdbcType=VARCHAR},
SysFamily = #{record.sysfamily,jdbcType=VARCHAR},
Marriage = #{record.marriage,jdbcType=VARCHAR},
Duration = #{record.duration,jdbcType=TIMESTAMP},
SysTitle = #{record.systitle,jdbcType=VARCHAR},
OfficeTel = #{record.officetel,jdbcType=VARCHAR},
MobileTel = #{record.mobiletel,jdbcType=VARCHAR},
Email = #{record.email,jdbcType=VARCHAR},
QQInter = #{record.qqinter,jdbcType=VARCHAR},
WeixinInter = #{record.weixininter,jdbcType=VARCHAR},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP}
update SysUser
UserType = #{usertype,jdbcType=VARCHAR},
SortId = #{sortid,jdbcType=INTEGER},
OrgCode = #{orgcode,jdbcType=VARCHAR},
SysUnitOrEntId = #{sysunitorentid,jdbcType=VARCHAR},
SysDeptId = #{sysdeptid,jdbcType=VARCHAR},
SysUnitOrEntName = #{sysunitorentname,jdbcType=VARCHAR},
SysDeptName = #{sysdeptname,jdbcType=VARCHAR},
SysUserName = #{sysusername,jdbcType=VARCHAR},
SysPassword = #{syspassword,jdbcType=VARCHAR},
UserRoles = #{userroles,jdbcType=VARCHAR},
ChinaName = #{chinaname,jdbcType=VARCHAR},
Description = #{description,jdbcType=VARCHAR},
PinYin = #{pinyin,jdbcType=VARCHAR},
IDCard = #{idcard,jdbcType=VARCHAR},
SysSex = #{syssex,jdbcType=VARCHAR},
Birthplace = #{birthplace,jdbcType=VARCHAR},
Birthday = #{birthday,jdbcType=TIMESTAMP},
HealthStatus = #{healthstatus,jdbcType=VARCHAR},
SysPhoto = #{sysphoto,jdbcType=VARCHAR},
EducationLevel = #{educationlevel,jdbcType=VARCHAR},
SysFamily = #{sysfamily,jdbcType=VARCHAR},
Marriage = #{marriage,jdbcType=VARCHAR},
Duration = #{duration,jdbcType=TIMESTAMP},
SysTitle = #{systitle,jdbcType=VARCHAR},
OfficeTel = #{officetel,jdbcType=VARCHAR},
MobileTel = #{mobiletel,jdbcType=VARCHAR},
Email = #{email,jdbcType=VARCHAR},
QQInter = #{qqinter,jdbcType=VARCHAR},
WeixinInter = #{weixininter,jdbcType=VARCHAR},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
CreatedBy = #{createdby,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
where SysUserId = #{sysuserid,jdbcType=CHAR}
update SysUser
set UserType = #{usertype,jdbcType=VARCHAR},
SortId = #{sortid,jdbcType=INTEGER},
OrgCode = #{orgcode,jdbcType=VARCHAR},
SysUnitOrEntId = #{sysunitorentid,jdbcType=VARCHAR},
SysDeptId = #{sysdeptid,jdbcType=VARCHAR},
SysUnitOrEntName = #{sysunitorentname,jdbcType=VARCHAR},
SysDeptName = #{sysdeptname,jdbcType=VARCHAR},
SysUserName = #{sysusername,jdbcType=VARCHAR},
SysPassword = #{syspassword,jdbcType=VARCHAR},
UserRoles = #{userroles,jdbcType=VARCHAR},
ChinaName = #{chinaname,jdbcType=VARCHAR},
Description = #{description,jdbcType=VARCHAR},
PinYin = #{pinyin,jdbcType=VARCHAR},
IDCard = #{idcard,jdbcType=VARCHAR},
SysSex = #{syssex,jdbcType=VARCHAR},
Birthplace = #{birthplace,jdbcType=VARCHAR},
Birthday = #{birthday,jdbcType=TIMESTAMP},
HealthStatus = #{healthstatus,jdbcType=VARCHAR},
SysPhoto = #{sysphoto,jdbcType=VARCHAR},
EducationLevel = #{educationlevel,jdbcType=VARCHAR},
SysFamily = #{sysfamily,jdbcType=VARCHAR},
Marriage = #{marriage,jdbcType=VARCHAR},
Duration = #{duration,jdbcType=TIMESTAMP},
SysTitle = #{systitle,jdbcType=VARCHAR},
OfficeTel = #{officetel,jdbcType=VARCHAR},
MobileTel = #{mobiletel,jdbcType=VARCHAR},
Email = #{email,jdbcType=VARCHAR},
QQInter = #{qqinter,jdbcType=VARCHAR},
WeixinInter = #{weixininter,jdbcType=VARCHAR},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
CreatedBy = #{createdby,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP}
where SysUserId = #{sysuserid,jdbcType=CHAR}
UPDATE SysUser SET SysPassword = #{sysPassword} WHERE SysUserId = #{sysUserId}
UPDATE SysUser SET ChinaName = #{chinaName}
WHERE SysUserId = #{sysUserId}
update SysUser
set UserType = #{record.usertype,jdbcType=VARCHAR},
SortId = #{record.sortid,jdbcType=INTEGER},
OrgCode = #{record.orgcode,jdbcType=VARCHAR},
street_code = #{record.streetCode,jdbcType=VARCHAR},
community_code = #{record.communityCode,jdbcType=VARCHAR},
net_code = #{record.netCode,jdbcType=VARCHAR},
area_code = #{record.areaCode,jdbcType=VARCHAR},
area_path = #{record.areaPath,jdbcType=VARCHAR},
area_name = #{record.areaName,jdbcType=VARCHAR},
supervise_area = #{record.superviseArea,jdbcType=VARCHAR},
SysUnitOrEntId = #{record.sysunitorentid,jdbcType=VARCHAR},
SysDeptId = #{record.sysdeptid,jdbcType=VARCHAR},
SysUnitOrEntName = #{record.sysunitorentname,jdbcType=VARCHAR},
SysDeptName = #{record.sysdeptname,jdbcType=VARCHAR},
SysUserName = #{record.sysusername,jdbcType=VARCHAR},
SysPassword = #{record.syspassword,jdbcType=VARCHAR},
UserRoles = #{record.userroles,jdbcType=VARCHAR},
ChinaName = #{record.chinaname,jdbcType=VARCHAR},
Description = #{record.description,jdbcType=VARCHAR},
PinYin = #{record.pinyin,jdbcType=VARCHAR},
IDCard = #{record.idcard,jdbcType=VARCHAR},
SysSex = #{record.syssex,jdbcType=VARCHAR},
Birthplace = #{record.birthplace,jdbcType=VARCHAR},
Birthday = #{record.birthday,jdbcType=TIMESTAMP},
HealthStatus = #{record.healthstatus,jdbcType=VARCHAR},
SysPhoto = #{record.sysphoto,jdbcType=VARCHAR},
EducationLevel = #{record.educationlevel,jdbcType=VARCHAR},
SysFamily = #{record.sysfamily,jdbcType=VARCHAR},
Marriage = #{record.marriage,jdbcType=VARCHAR},
Duration = #{record.duration,jdbcType=TIMESTAMP},
SysTitle = #{record.systitle,jdbcType=VARCHAR},
post_path = #{record.postPath,jdbcType=VARCHAR},
post_name = #{record.postName,jdbcType=VARCHAR},
OfficeTel = #{record.officetel,jdbcType=VARCHAR},
MobileTel = #{record.mobiletel,jdbcType=VARCHAR},
Email = #{record.email,jdbcType=VARCHAR},
QQInter = #{record.qqinter,jdbcType=VARCHAR},
WeixinInter = #{record.weixininter,jdbcType=VARCHAR},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
member_type = #{record.memberType,jdbcType=INTEGER},
State = #{record.state,jdbcType=TIMESTAMP}
where SysUserId = #{record.sysuserid,jdbcType=CHAR}
update SysUser
set
SysUserName = #{record.sysusername,jdbcType=VARCHAR},
ChinaName = #{record.chinaname,jdbcType=VARCHAR}
where SysUserId = #{record.sysuserid,jdbcType=CHAR}
UPDATE SysUser
SET
SysUserName = #{record.sysusername},
SysPassword = #{record.syspassword,jdbcType=VARCHAR},
ChinaName = #{record.chinaname}
WHERE SysUserId = #{record.sysuserid}
update SysUser
set OrgCode = #{record.orgcode,jdbcType=VARCHAR},
street_code = #{record.streetCode,jdbcType=VARCHAR},
community_code = #{record.communityCode,jdbcType=VARCHAR},
MobileTel = #{record.mobiletel,jdbcType=VARCHAR}
where SysUserId = #{record.sysuserid,jdbcType=CHAR}
update SysUser
set OrgCode = #{record.orgcode,jdbcType=VARCHAR},
street_code = #{record.streetCode,jdbcType=VARCHAR},
community_code = #{record.communityCode,jdbcType=VARCHAR},
SysTitle = #{record.systitle,jdbcType=VARCHAR},
SysUnitOrEntId = #{record.sysunitorentid,jdbcType=VARCHAR},
MobileTel = #{record.mobiletel,jdbcType=VARCHAR}
where SysUserId = #{record.sysuserid,jdbcType=CHAR}
update SysUser set `State` = #{state} where SysUserId = #{userId}