INSERT INTO `xzx_partner_account_log` (`account_id`, `flow_no`, `type`, `create_time`, `money`, `account_money`, `hbb`, `user_name`, `user_phone`, `role_name`, `approver_status`, `del_flag`, `old_limit`, `manage_limit`, `new_limit`, `old_limit_fix`, `manage_limit_fix`, `new_limit_fix`) VALUES (#{accountId}, #{flowNo}, #{type}, #{createTime}, #{money}, #{accountMoney}, #{hbb}, #{userName}, #{userPhone}, #{roleName}, #{approverStatus}, #{delFlag}, #{oldLimit}, #{manageLimit}, #{newLimit}, #{oldLimitFix}, #{manageLimitFix}, #{newLimitFix}) update xzx_partner_account_log set approver=#{approver} ,approver_time=#{approverTime}, approver_status=#{approverStatus}, update_time=#{updateTime} , hbb = #{hbb} , account_money=#{accountMoney} where flow_no=#{flowNo}