v1.1 后台-用户充值记录查询

This commit is contained in:
2022-10-18 18:39:18 +08:00
parent 6183b31e96
commit fca1604865
9 changed files with 153 additions and 44 deletions

View File

@@ -99,7 +99,7 @@
</sql>
<sql id="Base_Column_List">
charge_record_id, uid, room_uid, pingxx_charge_id, charge_prod_id, channel, buss_type,
charge_status, charge_status_desc, amount, total_gold, client_ip, wx_pub_openid,
charge_status, charge_status_desc, amount, country, local_currency_code, local_amount, total_gold, client_ip, wx_pub_openid,
subject, body, extra, metadata, charge_desc, agent_conf_id, agent_id, charge_app, create_time, update_time
</sql>
<select id="selectByExample" resultMap="BaseResultMap"