INSERT INTO `xzx_platform_account_log`
(`type`, `old_money`, `money`, `new_money`,
`old_hbb`, `hbb`, `new_hbb`, `create_user_id`,
`create_time`, `create_user_type`, `create_user_name`,
`create_user_mobile`, `flow_no`)
VALUES ('1', #{oldMoney}, #{money}, #{newMoney},
#{oldHbb}, #{hbb}, #{newHbb}, #{createUserId}, #{createTime}, #{createUserType},
#{createUserName}, #{createUserMobile}, #{flowNo})