Browse Source

MOD:h5_order_spical fix

cxyu 3 years ago
parent
commit
4818680f42
1 changed files with 2 additions and 2 deletions
  1. 2 2
      handlers/OrderHandler.py

+ 2 - 2
handlers/OrderHandler.py

@@ -500,7 +500,7 @@ class OrderH5Info(BaseHandler):
 
         res_game_info = []
         for k, v in game_info.items():
-            print(k, v)
+            # print(k, v)
             channel_game_list_natural = []
             channel_game_list_unnatural = []
             for _ in v:
@@ -690,7 +690,7 @@ class OrderH5InfoSpecial(BaseHandler):
              a.app_id not in('sdk_one_6','sdk_one_13','sdk_one_23',
             				'sdk_two_6','sdk_two_13','sdk_two_23')
             and a.agent_id in( 'sdk_two_0','sdk_one_0')
-            and d.app_id not in('sdk_one_6','sdk_one_13','sdk_one_23',
+            and d.app_id in('sdk_one_6','sdk_one_13','sdk_one_23',
             				'sdk_two_6','sdk_two_13','sdk_two_23')
             and a.status =2
             '''