insert into pingan_response(
`id`,
`out_no`,
`req_interface`,
`errcode`,
`msg`,
`data`,
`sign`,
`datajson`,
`timestamp`,
`create_time`,
`tstm`)
values(
#{id},
#{outNo},
#{reqInterface},
#{errcode},
#{msg},
#{data},
#{sign},
#{datajson},
#{timestamp},
#{createTime},
#{tstm})
update pingan_response
`out_no` = #{outNo},
`req_interface` = #{reqInterface},
`errcode` = #{errcode},
`msg` = #{msg},
`data` = #{data},
`sign` = #{sign},
`datajson` = #{datajson},
`timestamp` = #{timestamp},
`create_time` = #{createTime},
`tstm` = #{tstm}
where id = #{id}
delete from pingan_response where id = #{value}
delete from pingan_response where id in
#{id}