select id, mch_id, private_key_path, serial_no, api_v3_key, public_key_path, dept_id, platform_certificates, wechat_public_key_id, platform_certificate_serial_number,area_code from ng_merchants
insert into ng_merchants
mch_id,
private_key_path,
serial_no,
api_v3_key,
public_key_path,
dept_id,
platform_certificates,
wechat_public_key_id,
platform_certificate_serial_number,
area_code,
#{mchId},
#{privateKeyPath},
#{serialNo},
#{apiV3Key},
#{publicKeyPath},
#{deptId},
#{platformCertificates},
#{wechatPublicKeyId},
#{platformCertificateSerialNumber},
#{areaCode},
update ng_merchants
mch_id = #{mchId},
private_key_path = #{privateKeyPath},
serial_no = #{serialNo},
api_v3_key = #{apiV3Key},
public_key_path = #{publicKeyPath},
dept_id = #{deptId},
platform_certificates = #{platformCertificates},
wechat_public_key_id = #{wechatPublicKeyId},
platform_certificate_serial_number = #{platformCertificateSerialNumber},
area_code = #{areaCode},
where id = #{id}
delete from ng_merchants where id = #{id}
delete from ng_merchants where id in
#{id}