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}
id, data_order, create_time, update_time, make_person, modifier, modifier_time, locked,
del_tag, check_tag, check_status, check_time, check_person, print_tag, invalid_tag,
menu_id, menu_name, remarks, merchant_id, app_id, member_id, ali_pid, store_id, agent_id,
agent_name, store_type, payment_type, merchant_code, merchant_counter_code, the_branch_code,
sys_id, huifu_id, merchant_name, store_name, available_tag, private_key_dougong,
public_key_huifu, applet_id, applet_secret, wechat_secret, dougong_product_id
delete from mp_payment_config
where id = #{id,jdbcType=VARCHAR}
delete from mp_payment_config
insert into mp_payment_config (id, data_order, create_time,
update_time, make_person, modifier,
modifier_time, locked, del_tag,
check_tag, check_status, check_time,
check_person, print_tag, invalid_tag,
menu_id, menu_name, remarks,
merchant_id, app_id, member_id,
ali_pid, store_id, agent_id,
agent_name, store_type, payment_type,
merchant_code, merchant_counter_code, the_branch_code,
sys_id, huifu_id, merchant_name,
store_name, available_tag, private_key_dougong,
public_key_huifu, applet_id, applet_secret,
wechat_secret, dougong_product_id)
values (#{id,jdbcType=VARCHAR}, #{dataOrder,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP}, #{makePerson,jdbcType=VARCHAR}, #{modifier,jdbcType=VARCHAR},
#{modifierTime,jdbcType=TIMESTAMP}, #{locked,jdbcType=INTEGER}, #{delTag,jdbcType=INTEGER},
#{checkTag,jdbcType=INTEGER}, #{checkStatus,jdbcType=VARCHAR}, #{checkTime,jdbcType=TIMESTAMP},
#{checkPerson,jdbcType=VARCHAR}, #{printTag,jdbcType=INTEGER}, #{invalidTag,jdbcType=INTEGER},
#{menuId,jdbcType=VARCHAR}, #{menuName,jdbcType=VARCHAR}, #{remarks,jdbcType=VARCHAR},
#{merchantId,jdbcType=VARCHAR}, #{appId,jdbcType=VARCHAR}, #{memberId,jdbcType=VARCHAR},
#{aliPid,jdbcType=VARCHAR}, #{storeId,jdbcType=VARCHAR}, #{agentId,jdbcType=VARCHAR},
#{agentName,jdbcType=VARCHAR}, #{storeType,jdbcType=INTEGER}, #{paymentType,jdbcType=INTEGER},
#{merchantCode,jdbcType=VARCHAR}, #{merchantCounterCode,jdbcType=VARCHAR}, #{theBranchCode,jdbcType=VARCHAR},
#{sysId,jdbcType=VARCHAR}, #{huifuId,jdbcType=VARCHAR}, #{merchantName,jdbcType=VARCHAR},
#{storeName,jdbcType=VARCHAR}, #{availableTag,jdbcType=INTEGER}, #{privateKeyDougong,jdbcType=VARCHAR},
#{publicKeyHuifu,jdbcType=VARCHAR}, #{appletId,jdbcType=VARCHAR}, #{appletSecret,jdbcType=VARCHAR},
#{wechatSecret,jdbcType=VARCHAR}, #{dougongProductId,jdbcType=VARCHAR})
insert into mp_payment_config
id,
data_order,
create_time,
update_time,
make_person,
modifier,
modifier_time,
locked,
del_tag,
check_tag,
check_status,
check_time,
check_person,
print_tag,
invalid_tag,
menu_id,
menu_name,
remarks,
merchant_id,
app_id,
member_id,
ali_pid,
store_id,
agent_id,
agent_name,
store_type,
payment_type,
merchant_code,
merchant_counter_code,
the_branch_code,
sys_id,
huifu_id,
merchant_name,
store_name,
available_tag,
private_key_dougong,
public_key_huifu,
applet_id,
applet_secret,
wechat_secret,
dougong_product_id,
#{id,jdbcType=VARCHAR},
#{dataOrder,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
#{makePerson,jdbcType=VARCHAR},
#{modifier,jdbcType=VARCHAR},
#{modifierTime,jdbcType=TIMESTAMP},
#{locked,jdbcType=INTEGER},
#{delTag,jdbcType=INTEGER},
#{checkTag,jdbcType=INTEGER},
#{checkStatus,jdbcType=VARCHAR},
#{checkTime,jdbcType=TIMESTAMP},
#{checkPerson,jdbcType=VARCHAR},
#{printTag,jdbcType=INTEGER},
#{invalidTag,jdbcType=INTEGER},
#{menuId,jdbcType=VARCHAR},
#{menuName,jdbcType=VARCHAR},
#{remarks,jdbcType=VARCHAR},
#{merchantId,jdbcType=VARCHAR},
#{appId,jdbcType=VARCHAR},
#{memberId,jdbcType=VARCHAR},
#{aliPid,jdbcType=VARCHAR},
#{storeId,jdbcType=VARCHAR},
#{agentId,jdbcType=VARCHAR},
#{agentName,jdbcType=VARCHAR},
#{storeType,jdbcType=INTEGER},
#{paymentType,jdbcType=INTEGER},
#{merchantCode,jdbcType=VARCHAR},
#{merchantCounterCode,jdbcType=VARCHAR},
#{theBranchCode,jdbcType=VARCHAR},
#{sysId,jdbcType=VARCHAR},
#{huifuId,jdbcType=VARCHAR},
#{merchantName,jdbcType=VARCHAR},
#{storeName,jdbcType=VARCHAR},
#{availableTag,jdbcType=INTEGER},
#{privateKeyDougong,jdbcType=VARCHAR},
#{publicKeyHuifu,jdbcType=VARCHAR},
#{appletId,jdbcType=VARCHAR},
#{appletSecret,jdbcType=VARCHAR},
#{wechatSecret,jdbcType=VARCHAR},
#{dougongProductId,jdbcType=VARCHAR},
update mp_payment_config
id = #{record.id,jdbcType=VARCHAR},
data_order = #{record.dataOrder,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
make_person = #{record.makePerson,jdbcType=VARCHAR},
modifier = #{record.modifier,jdbcType=VARCHAR},
modifier_time = #{record.modifierTime,jdbcType=TIMESTAMP},
locked = #{record.locked,jdbcType=INTEGER},
del_tag = #{record.delTag,jdbcType=INTEGER},
check_tag = #{record.checkTag,jdbcType=INTEGER},
check_status = #{record.checkStatus,jdbcType=VARCHAR},
check_time = #{record.checkTime,jdbcType=TIMESTAMP},
check_person = #{record.checkPerson,jdbcType=VARCHAR},
print_tag = #{record.printTag,jdbcType=INTEGER},
invalid_tag = #{record.invalidTag,jdbcType=INTEGER},
menu_id = #{record.menuId,jdbcType=VARCHAR},
menu_name = #{record.menuName,jdbcType=VARCHAR},
remarks = #{record.remarks,jdbcType=VARCHAR},
merchant_id = #{record.merchantId,jdbcType=VARCHAR},
app_id = #{record.appId,jdbcType=VARCHAR},
member_id = #{record.memberId,jdbcType=VARCHAR},
ali_pid = #{record.aliPid,jdbcType=VARCHAR},
store_id = #{record.storeId,jdbcType=VARCHAR},
agent_id = #{record.agentId,jdbcType=VARCHAR},
agent_name = #{record.agentName,jdbcType=VARCHAR},
store_type = #{record.storeType,jdbcType=INTEGER},
payment_type = #{record.paymentType,jdbcType=INTEGER},
merchant_code = #{record.merchantCode,jdbcType=VARCHAR},
merchant_counter_code = #{record.merchantCounterCode,jdbcType=VARCHAR},
the_branch_code = #{record.theBranchCode,jdbcType=VARCHAR},
sys_id = #{record.sysId,jdbcType=VARCHAR},
huifu_id = #{record.huifuId,jdbcType=VARCHAR},
merchant_name = #{record.merchantName,jdbcType=VARCHAR},
store_name = #{record.storeName,jdbcType=VARCHAR},
available_tag = #{record.availableTag,jdbcType=INTEGER},
private_key_dougong = #{record.privateKeyDougong,jdbcType=VARCHAR},
public_key_huifu = #{record.publicKeyHuifu,jdbcType=VARCHAR},
applet_id = #{record.appletId,jdbcType=VARCHAR},
applet_secret = #{record.appletSecret,jdbcType=VARCHAR},
wechat_secret = #{record.wechatSecret,jdbcType=VARCHAR},
dougong_product_id = #{record.dougongProductId,jdbcType=VARCHAR},
update mp_payment_config
set id = #{record.id,jdbcType=VARCHAR},
data_order = #{record.dataOrder,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
make_person = #{record.makePerson,jdbcType=VARCHAR},
modifier = #{record.modifier,jdbcType=VARCHAR},
modifier_time = #{record.modifierTime,jdbcType=TIMESTAMP},
locked = #{record.locked,jdbcType=INTEGER},
del_tag = #{record.delTag,jdbcType=INTEGER},
check_tag = #{record.checkTag,jdbcType=INTEGER},
check_status = #{record.checkStatus,jdbcType=VARCHAR},
check_time = #{record.checkTime,jdbcType=TIMESTAMP},
check_person = #{record.checkPerson,jdbcType=VARCHAR},
print_tag = #{record.printTag,jdbcType=INTEGER},
invalid_tag = #{record.invalidTag,jdbcType=INTEGER},
menu_id = #{record.menuId,jdbcType=VARCHAR},
menu_name = #{record.menuName,jdbcType=VARCHAR},
remarks = #{record.remarks,jdbcType=VARCHAR},
merchant_id = #{record.merchantId,jdbcType=VARCHAR},
app_id = #{record.appId,jdbcType=VARCHAR},
member_id = #{record.memberId,jdbcType=VARCHAR},
ali_pid = #{record.aliPid,jdbcType=VARCHAR},
store_id = #{record.storeId,jdbcType=VARCHAR},
agent_id = #{record.agentId,jdbcType=VARCHAR},
agent_name = #{record.agentName,jdbcType=VARCHAR},
store_type = #{record.storeType,jdbcType=INTEGER},
payment_type = #{record.paymentType,jdbcType=INTEGER},
merchant_code = #{record.merchantCode,jdbcType=VARCHAR},
merchant_counter_code = #{record.merchantCounterCode,jdbcType=VARCHAR},
the_branch_code = #{record.theBranchCode,jdbcType=VARCHAR},
sys_id = #{record.sysId,jdbcType=VARCHAR},
huifu_id = #{record.huifuId,jdbcType=VARCHAR},
merchant_name = #{record.merchantName,jdbcType=VARCHAR},
store_name = #{record.storeName,jdbcType=VARCHAR},
available_tag = #{record.availableTag,jdbcType=INTEGER},
private_key_dougong = #{record.privateKeyDougong,jdbcType=VARCHAR},
public_key_huifu = #{record.publicKeyHuifu,jdbcType=VARCHAR},
applet_id = #{record.appletId,jdbcType=VARCHAR},
applet_secret = #{record.appletSecret,jdbcType=VARCHAR},
wechat_secret = #{record.wechatSecret,jdbcType=VARCHAR},
dougong_product_id = #{record.dougongProductId,jdbcType=VARCHAR}
update mp_payment_config
data_order = #{dataOrder,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
make_person = #{makePerson,jdbcType=VARCHAR},
modifier = #{modifier,jdbcType=VARCHAR},
modifier_time = #{modifierTime,jdbcType=TIMESTAMP},
locked = #{locked,jdbcType=INTEGER},
del_tag = #{delTag,jdbcType=INTEGER},
check_tag = #{checkTag,jdbcType=INTEGER},
check_status = #{checkStatus,jdbcType=VARCHAR},
check_time = #{checkTime,jdbcType=TIMESTAMP},
check_person = #{checkPerson,jdbcType=VARCHAR},
print_tag = #{printTag,jdbcType=INTEGER},
invalid_tag = #{invalidTag,jdbcType=INTEGER},
menu_id = #{menuId,jdbcType=VARCHAR},
menu_name = #{menuName,jdbcType=VARCHAR},
remarks = #{remarks,jdbcType=VARCHAR},
merchant_id = #{merchantId,jdbcType=VARCHAR},
app_id = #{appId,jdbcType=VARCHAR},
member_id = #{memberId,jdbcType=VARCHAR},
ali_pid = #{aliPid,jdbcType=VARCHAR},
store_id = #{storeId,jdbcType=VARCHAR},
agent_id = #{agentId,jdbcType=VARCHAR},
agent_name = #{agentName,jdbcType=VARCHAR},
store_type = #{storeType,jdbcType=INTEGER},
payment_type = #{paymentType,jdbcType=INTEGER},
merchant_code = #{merchantCode,jdbcType=VARCHAR},
merchant_counter_code = #{merchantCounterCode,jdbcType=VARCHAR},
the_branch_code = #{theBranchCode,jdbcType=VARCHAR},
sys_id = #{sysId,jdbcType=VARCHAR},
huifu_id = #{huifuId,jdbcType=VARCHAR},
merchant_name = #{merchantName,jdbcType=VARCHAR},
store_name = #{storeName,jdbcType=VARCHAR},
available_tag = #{availableTag,jdbcType=INTEGER},
private_key_dougong = #{privateKeyDougong,jdbcType=VARCHAR},
public_key_huifu = #{publicKeyHuifu,jdbcType=VARCHAR},
applet_id = #{appletId,jdbcType=VARCHAR},
applet_secret = #{appletSecret,jdbcType=VARCHAR},
wechat_secret = #{wechatSecret,jdbcType=VARCHAR},
dougong_product_id = #{dougongProductId,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update mp_payment_config
set data_order = #{dataOrder,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
make_person = #{makePerson,jdbcType=VARCHAR},
modifier = #{modifier,jdbcType=VARCHAR},
modifier_time = #{modifierTime,jdbcType=TIMESTAMP},
locked = #{locked,jdbcType=INTEGER},
del_tag = #{delTag,jdbcType=INTEGER},
check_tag = #{checkTag,jdbcType=INTEGER},
check_status = #{checkStatus,jdbcType=VARCHAR},
check_time = #{checkTime,jdbcType=TIMESTAMP},
check_person = #{checkPerson,jdbcType=VARCHAR},
print_tag = #{printTag,jdbcType=INTEGER},
invalid_tag = #{invalidTag,jdbcType=INTEGER},
menu_id = #{menuId,jdbcType=VARCHAR},
menu_name = #{menuName,jdbcType=VARCHAR},
remarks = #{remarks,jdbcType=VARCHAR},
merchant_id = #{merchantId,jdbcType=VARCHAR},
app_id = #{appId,jdbcType=VARCHAR},
member_id = #{memberId,jdbcType=VARCHAR},
ali_pid = #{aliPid,jdbcType=VARCHAR},
store_id = #{storeId,jdbcType=VARCHAR},
agent_id = #{agentId,jdbcType=VARCHAR},
agent_name = #{agentName,jdbcType=VARCHAR},
store_type = #{storeType,jdbcType=INTEGER},
payment_type = #{paymentType,jdbcType=INTEGER},
merchant_code = #{merchantCode,jdbcType=VARCHAR},
merchant_counter_code = #{merchantCounterCode,jdbcType=VARCHAR},
the_branch_code = #{theBranchCode,jdbcType=VARCHAR},
sys_id = #{sysId,jdbcType=VARCHAR},
huifu_id = #{huifuId,jdbcType=VARCHAR},
merchant_name = #{merchantName,jdbcType=VARCHAR},
store_name = #{storeName,jdbcType=VARCHAR},
available_tag = #{availableTag,jdbcType=INTEGER},
private_key_dougong = #{privateKeyDougong,jdbcType=VARCHAR},
public_key_huifu = #{publicKeyHuifu,jdbcType=VARCHAR},
applet_id = #{appletId,jdbcType=VARCHAR},
applet_secret = #{appletSecret,jdbcType=VARCHAR},
wechat_secret = #{wechatSecret,jdbcType=VARCHAR},
dougong_product_id = #{dougongProductId,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}