Browse Source

MOD:h5_order_spical fix

cxyu 3 năm trước cách đây
mục cha
commit
4818680f42
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      handlers/OrderHandler.py

+ 2 - 2
handlers/OrderHandler.py

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