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}
RUI_ID, RUI_CHANNEL, RUI_USER_ID, RUI_NAME, RUI_STATUS, RUI_PAY_ID, RUI_MERCH_ID,
RUI_APPID, RUI_APPSECRET, RUI_CREATE_USER, RUI_CREATE_TIME, RUI_MODIFY_USER, RUI_MODIFY_TIME
delete from vm_recvuser_inf
where RUI_ID = #{id,jdbcType=VARCHAR}
delete from vm_recvuser_inf
insert into vm_recvuser_inf (RUI_ID, RUI_CHANNEL, RUI_USER_ID,
RUI_NAME, RUI_STATUS, RUI_PAY_ID,
RUI_MERCH_ID, RUI_APPID, RUI_APPSECRET,
RUI_CREATE_USER, RUI_CREATE_TIME, RUI_MODIFY_USER,
RUI_MODIFY_TIME)
values (#{id,jdbcType=VARCHAR}, #{channel,jdbcType=VARCHAR}, #{userId,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR}, #{status,jdbcType=VARCHAR}, #{payId,jdbcType=VARCHAR},
#{merchId,jdbcType=VARCHAR}, #{appid,jdbcType=VARCHAR}, #{appsecret,jdbcType=VARCHAR},
#{createUser,jdbcType=VARCHAR}, #{createTime,jdbcType=VARCHAR}, #{modifyUser,jdbcType=VARCHAR},
#{modifyTime,jdbcType=VARCHAR})
insert into vm_recvuser_inf
RUI_ID,
RUI_CHANNEL,
RUI_USER_ID,
RUI_NAME,
RUI_STATUS,
RUI_PAY_ID,
RUI_MERCH_ID,
RUI_APPID,
RUI_APPSECRET,
RUI_CREATE_USER,
RUI_CREATE_TIME,
RUI_MODIFY_USER,
RUI_MODIFY_TIME,
#{id,jdbcType=VARCHAR},
#{channel,jdbcType=VARCHAR},
#{userId,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{status,jdbcType=VARCHAR},
#{payId,jdbcType=VARCHAR},
#{merchId,jdbcType=VARCHAR},
#{appid,jdbcType=VARCHAR},
#{appsecret,jdbcType=VARCHAR},
#{createUser,jdbcType=VARCHAR},
#{createTime,jdbcType=VARCHAR},
#{modifyUser,jdbcType=VARCHAR},
#{modifyTime,jdbcType=VARCHAR},
update vm_recvuser_inf
RUI_ID = #{record.id,jdbcType=VARCHAR},
RUI_CHANNEL = #{record.channel,jdbcType=VARCHAR},
RUI_USER_ID = #{record.userId,jdbcType=VARCHAR},
RUI_NAME = #{record.name,jdbcType=VARCHAR},
RUI_STATUS = #{record.status,jdbcType=VARCHAR},
RUI_PAY_ID = #{record.payId,jdbcType=VARCHAR},
RUI_MERCH_ID = #{record.merchId,jdbcType=VARCHAR},
RUI_APPID = #{record.appid,jdbcType=VARCHAR},
RUI_APPSECRET = #{record.appsecret,jdbcType=VARCHAR},
RUI_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
RUI_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
RUI_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
RUI_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
update vm_recvuser_inf
set RUI_ID = #{record.id,jdbcType=VARCHAR},
RUI_CHANNEL = #{record.channel,jdbcType=VARCHAR},
RUI_USER_ID = #{record.userId,jdbcType=VARCHAR},
RUI_NAME = #{record.name,jdbcType=VARCHAR},
RUI_STATUS = #{record.status,jdbcType=VARCHAR},
RUI_PAY_ID = #{record.payId,jdbcType=VARCHAR},
RUI_MERCH_ID = #{record.merchId,jdbcType=VARCHAR},
RUI_APPID = #{record.appid,jdbcType=VARCHAR},
RUI_APPSECRET = #{record.appsecret,jdbcType=VARCHAR},
RUI_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
RUI_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
RUI_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
RUI_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR}
update vm_recvuser_inf
RUI_CHANNEL = #{channel,jdbcType=VARCHAR},
RUI_USER_ID = #{userId,jdbcType=VARCHAR},
RUI_NAME = #{name,jdbcType=VARCHAR},
RUI_STATUS = #{status,jdbcType=VARCHAR},
RUI_PAY_ID = #{payId,jdbcType=VARCHAR},
RUI_MERCH_ID = #{merchId,jdbcType=VARCHAR},
RUI_APPID = #{appid,jdbcType=VARCHAR},
RUI_APPSECRET = #{appsecret,jdbcType=VARCHAR},
RUI_CREATE_USER = #{createUser,jdbcType=VARCHAR},
RUI_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
RUI_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
RUI_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
where RUI_ID = #{id,jdbcType=VARCHAR}
update vm_recvuser_inf
set RUI_CHANNEL = #{channel,jdbcType=VARCHAR},
RUI_USER_ID = #{userId,jdbcType=VARCHAR},
RUI_NAME = #{name,jdbcType=VARCHAR},
RUI_STATUS = #{status,jdbcType=VARCHAR},
RUI_PAY_ID = #{payId,jdbcType=VARCHAR},
RUI_MERCH_ID = #{merchId,jdbcType=VARCHAR},
RUI_APPID = #{appid,jdbcType=VARCHAR},
RUI_APPSECRET = #{appsecret,jdbcType=VARCHAR},
RUI_CREATE_USER = #{createUser,jdbcType=VARCHAR},
RUI_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
RUI_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
RUI_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR}
where RUI_ID = #{id,jdbcType=VARCHAR}