|
@@ -5348,7 +5348,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
s.twentyfour_amount, -- 24点充值
|
|
|
s.twentyfour_rate, -- 24点环比
|
|
|
s.twentyfour_recovery, -- 24点回报率
|
|
|
- s.costCount as cost_count , -- 消耗总计
|
|
|
+ IFNULL(s.costCount,0) as cost_count , -- 消耗总计
|
|
|
s.pitcher_id, -- 投手id
|
|
|
s.pitcher_name, -- 投手名称
|
|
|
s.agent_id,
|