|
@@ -1390,7 +1390,7 @@
|
|
) t3 on t1.userId = t3.userId
|
|
) t3 on t1.userId = t3.userId
|
|
left join
|
|
left join
|
|
(select
|
|
(select
|
|
- ifnull(sum(charge), 0) as 'totalCharge',
|
|
|
|
|
|
+ ifnull(sum(cost), 0) as 'totalCharge',
|
|
<if test="role == 'clip'">
|
|
<if test="role == 'clip'">
|
|
clip_id as 'userId',
|
|
clip_id as 'userId',
|
|
clip_name as 'userName'
|
|
clip_name as 'userName'
|