|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<mapper namespace="au.com.royalpay.payment.manage.mappers.client.ClientCustomersMapper">
|
|
|
|
|
<select id="listCustomerInfo" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
|
|
SELECT
|
|
|
|
|
client_id,customer_id,name_remak,headimg,nick_name,tag,payment_times,total_amount,update_time,channel
|
|
|
|
|
client_id,customer_id,name_remak,headimg,nick_name,tag,payment_times,total_amount,update_time,channel,last_payment_time
|
|
|
|
|
FROM sys_clients_customers
|
|
|
|
|
where
|
|
|
|
|
client_id = #{client_id}
|
|
|
|
|