소스 검색

Merge branch 'video-dev' into test

hcst_sunzhen 5 년 전
부모
커밋
b81a14ee9d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/CtopOauthTokenMapper.xml

+ 1 - 2
module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/CtopOauthTokenMapper.xml

@@ -92,8 +92,7 @@
         from ctop_oauth_token t1
         left join ctop_user_allocation t2
         on t1.account_id = t2.account_id
-        where t2.account_status = 0
-        and t1.media_id in (1,3)
+        where t1.media_id in (1,3)
         group by account_id
     </select>