Compare commits
2 Commits
3685685d56
...
6f4398d058
Author | SHA1 | Date |
---|---|---|
|
6f4398d058 | |
|
4fb430175e |
|
@ -1194,10 +1194,11 @@
|
||||||
|
|
||||||
<select id="getChongzhiList" resultType="com.sqx.modules.artificer.entity.Orders">
|
<select id="getChongzhiList" resultType="com.sqx.modules.artificer.entity.Orders">
|
||||||
select
|
select
|
||||||
o.*,uu.user_recharge as userRecharge
|
o.*,uu.user_recharge as userRecharge,b.massage_img
|
||||||
from orders o
|
from orders o
|
||||||
left join artificer a on a.artificer_id=o.artificer_id
|
left join artificer a on a.artificer_id=o.artificer_id
|
||||||
left join user_recharge uu on uu.orders_id = o.orders_id
|
left join user_recharge uu on uu.orders_id = o.orders_id
|
||||||
|
left join massage_type b on o.massage_type_id = b.massage_type_id
|
||||||
where o.artificer_id=#{userId} and o.parent_id = 0
|
where o.artificer_id=#{userId} and o.parent_id = 0
|
||||||
and o.status in (3,5)
|
and o.status in (3,5)
|
||||||
and o.end_times BETWEEN #{startTime} and #{endTime}
|
and o.end_times BETWEEN #{startTime} and #{endTime}
|
||||||
|
|
Loading…
Reference in New Issue