hcst_sunzhen 5 роки тому
батько
коміт
a9b3215f1a

+ 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>