|
|
@ -73,7 +73,7 @@ |
|
|
|
INNER JOIN k_platform_team_classification c ON c.id = t.classification_id |
|
|
|
INNER JOIN k_platform_team_classification c ON c.id = t.classification_id |
|
|
|
INNER JOIN k_platform_team_account a ON a.manage_id = t.manage_id |
|
|
|
INNER JOIN k_platform_team_account a ON a.manage_id = t.manage_id |
|
|
|
WHERE |
|
|
|
WHERE |
|
|
|
c.is_del = 0 |
|
|
|
c.is_del = 0 and c.is_enable = 0 |
|
|
|
AND a.is_del = 0 and a.platform_id = #{platformId} |
|
|
|
AND a.is_del = 0 and a.platform_id = #{platformId} |
|
|
|
AND account_id = #{accountId} |
|
|
|
AND account_id = #{accountId} |
|
|
|
</select> |
|
|
|
</select> |
|
|
|