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}
SysLogAuthId, AuthUserId, AuthUserName, AuthOptType, AuthOptTime, AuthOptIP, AuthOptStatus,
CreatedBy, CreatedOn, ModifiedBy, ModifiedOn, SysEnterpriseId
delete from SysLogAuth
where SysLogAuthId = #{syslogauthid,jdbcType=VARCHAR}
delete from SysLogAuth
insert into SysLogAuth (SysLogAuthId, AuthUserId, AuthUserName,
AuthOptType, AuthOptTime, AuthOptIP,
AuthOptStatus, CreatedBy, CreatedOn,
ModifiedBy, ModifiedOn, SysEnterpriseId
)
values (#{syslogauthid,jdbcType=VARCHAR}, #{authuserid,jdbcType=VARCHAR}, #{authusername,jdbcType=VARCHAR},
#{authopttype,jdbcType=VARCHAR}, #{authopttime,jdbcType=TIMESTAMP}, #{authoptip,jdbcType=VARCHAR},
#{authoptstatus,jdbcType=VARCHAR}, #{createdby,jdbcType=VARCHAR}, #{createdon,jdbcType=TIMESTAMP},
#{modifiedby,jdbcType=VARCHAR}, #{modifiedon,jdbcType=TIMESTAMP}, #{sysenterpriseid,jdbcType=VARCHAR}
)
insert into SysLogAuth
SysLogAuthId,
AuthUserId,
AuthUserName,
AuthOptType,
AuthOptTime,
AuthOptIP,
AuthOptStatus,
CreatedBy,
CreatedOn,
ModifiedBy,
ModifiedOn,
SysEnterpriseId,
#{syslogauthid,jdbcType=VARCHAR},
#{authuserid,jdbcType=VARCHAR},
#{authusername,jdbcType=VARCHAR},
#{authopttype,jdbcType=VARCHAR},
#{authopttime,jdbcType=TIMESTAMP},
#{authoptip,jdbcType=VARCHAR},
#{authoptstatus,jdbcType=VARCHAR},
#{createdby,jdbcType=VARCHAR},
#{createdon,jdbcType=TIMESTAMP},
#{modifiedby,jdbcType=VARCHAR},
#{modifiedon,jdbcType=TIMESTAMP},
#{sysenterpriseid,jdbcType=VARCHAR},
update SysLogAuth
SysLogAuthId = #{record.syslogauthid,jdbcType=VARCHAR},
AuthUserId = #{record.authuserid,jdbcType=VARCHAR},
AuthUserName = #{record.authusername,jdbcType=VARCHAR},
AuthOptType = #{record.authopttype,jdbcType=VARCHAR},
AuthOptTime = #{record.authopttime,jdbcType=TIMESTAMP},
AuthOptIP = #{record.authoptip,jdbcType=VARCHAR},
AuthOptStatus = #{record.authoptstatus,jdbcType=VARCHAR},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
SysEnterpriseId = #{record.sysenterpriseid,jdbcType=VARCHAR},
update SysLogAuth
set SysLogAuthId = #{record.syslogauthid,jdbcType=VARCHAR},
AuthUserId = #{record.authuserid,jdbcType=VARCHAR},
AuthUserName = #{record.authusername,jdbcType=VARCHAR},
AuthOptType = #{record.authopttype,jdbcType=VARCHAR},
AuthOptTime = #{record.authopttime,jdbcType=TIMESTAMP},
AuthOptIP = #{record.authoptip,jdbcType=VARCHAR},
AuthOptStatus = #{record.authoptstatus,jdbcType=VARCHAR},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
SysEnterpriseId = #{record.sysenterpriseid,jdbcType=VARCHAR}
update SysLogAuth
AuthUserId = #{authuserid,jdbcType=VARCHAR},
AuthUserName = #{authusername,jdbcType=VARCHAR},
AuthOptType = #{authopttype,jdbcType=VARCHAR},
AuthOptTime = #{authopttime,jdbcType=TIMESTAMP},
AuthOptIP = #{authoptip,jdbcType=VARCHAR},
AuthOptStatus = #{authoptstatus,jdbcType=VARCHAR},
CreatedBy = #{createdby,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
SysEnterpriseId = #{sysenterpriseid,jdbcType=VARCHAR},
where SysLogAuthId = #{syslogauthid,jdbcType=VARCHAR}
update SysLogAuth
set AuthUserId = #{authuserid,jdbcType=VARCHAR},
AuthUserName = #{authusername,jdbcType=VARCHAR},
AuthOptType = #{authopttype,jdbcType=VARCHAR},
AuthOptTime = #{authopttime,jdbcType=TIMESTAMP},
AuthOptIP = #{authoptip,jdbcType=VARCHAR},
AuthOptStatus = #{authoptstatus,jdbcType=VARCHAR},
CreatedBy = #{createdby,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
SysEnterpriseId = #{sysenterpriseid,jdbcType=VARCHAR}
where SysLogAuthId = #{syslogauthid,jdbcType=VARCHAR}