|
@@ -7833,7 +7833,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
ifnull(b.ten_amount, 0) ten_amount,
|
|
|
ifnull(c.fourteen_amount, 0) fourteen_amount,
|
|
|
ifnull(d.seventeen_amount, 0) seventeen_amount,
|
|
|
- ifnull(x.twentyfour_amount, 0) twentyfour_amount,
|
|
|
+ ifnull(a.twentyfour_amount, 0) twentyfour_amount,
|
|
|
ifnull(e.yesterday_amount, 0) yesterday_amount
|
|
|
from (
|
|
|
select
|
|
@@ -7851,8 +7851,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
""" + cri + """
|
|
|
group by source_system, day, pitcher_id, zx_pitcher_name, order_agent_id, agent_name,
|
|
|
account_id, parent_game_id, account_type
|
|
|
- )x on a.source_system = x.source_system and a.day = x.day and a.agent_id = x.order_agent_id
|
|
|
- and a.game_id=x.parent_game_id
|
|
|
+ )a
|
|
|
left join (
|
|
|
select
|
|
|
source_system,
|