|
@@ -537,10 +537,10 @@
|
|
</if>
|
|
</if>
|
|
ttar.trans_amount_ amount,uo.create_time_ orderTime,
|
|
ttar.trans_amount_ amount,uo.create_time_ orderTime,
|
|
<if test="param.type != 'MUSIC'">
|
|
<if test="param.type != 'MUSIC'">
|
|
- cg.id_ bizId
|
|
|
|
|
|
+ cg.id_ bizId,cg.name_ bizName,cg.background_pic_ bizCover
|
|
</if>
|
|
</if>
|
|
<if test="param.type == 'MUSIC'">
|
|
<if test="param.type == 'MUSIC'">
|
|
- cg.cbs_music_sheet_id_ bizId
|
|
|
|
|
|
+ cg.cbs_music_sheet_id_ bizId,'' bizName,'' bizCover
|
|
</if>
|
|
</if>
|
|
from tenant_teacher_account_record ttar
|
|
from tenant_teacher_account_record ttar
|
|
left join user_order uo ON uo.order_no_ = ttar.order_no_
|
|
left join user_order uo ON uo.order_no_ = ttar.order_no_
|
|
@@ -557,10 +557,10 @@
|
|
select uo.user_id_ userId,COUNT(ucar.id_) bizQuantity,SUM(ucar.trans_amount_) amount,
|
|
select uo.user_id_ userId,COUNT(ucar.id_) bizQuantity,SUM(ucar.trans_amount_) amount,
|
|
uo.create_time_ orderTime,
|
|
uo.create_time_ orderTime,
|
|
<if test="param.type != 'MUSIC'">
|
|
<if test="param.type != 'MUSIC'">
|
|
- cg.id_ bizId
|
|
|
|
|
|
+ cg.id_ bizId,cg.name_ bizName,cg.background_pic_ bizCover
|
|
</if>
|
|
</if>
|
|
<if test="param.type == 'MUSIC'">
|
|
<if test="param.type == 'MUSIC'">
|
|
- cg.cbs_music_sheet_id_ bizId
|
|
|
|
|
|
+ cg.cbs_music_sheet_id_ bizId,'' bizName,'' bizCover
|
|
</if>
|
|
</if>
|
|
from user_cash_account_record ucar
|
|
from user_cash_account_record ucar
|
|
left join user_order uo ON uo.order_no_ = ucar.order_no_
|
|
left join user_order uo ON uo.order_no_ = ucar.order_no_
|