Commit d5717da8 authored by libin's avatar libin

提现

parent 6055e6c1
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
ausw.waiting, ausw.waiting,
ausw.title ausw.title
FROM FROM
(select id,user_id,source,amount,cono,itype,activity_id,activity_name,`crt_time` FROM `my_wallet_detail` <if test="sourceType != null"> (select id,user_id,source,amount,`with_draw_order_no`,cono,itype,activity_id,activity_name,`crt_time` FROM `my_wallet_detail` <if test="sourceType != null">
WHERE `source`=#{sourceType} WHERE `source`=#{sourceType}
</if>) AS `wd` </if>) AS `wd`
INNER JOIN (SELECT id,username FROM `app_user_login`<if test="phone != null and phone != ''"> INNER JOIN (SELECT id,username FROM `app_user_login`<if test="phone != null and phone != ''">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment