소스 검색

MOD:h5_order_spical fix

cxyu 3 년 전
부모
커밋
4818680f42
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
             '''