|
|
@@ -12,7 +12,7 @@ import java.util.Date;
|
|
|
*/
|
|
|
|
|
|
@Data
|
|
|
-@SearchBean(tables = " corp_user c,corp_user_auth cu, corp_follow f, corp_user_follow_relation cr ,corp_user_tag t ",
|
|
|
+@SearchBean(tables = " corp_user c,corp_user_auth cu, corp_follow f, corp_user_follow_relation cr :tagTable:",
|
|
|
where = " c.id = cu.corp_user_id " +
|
|
|
"and cu.external_userid = cr.corp_user_id " +
|
|
|
"and f.userid = cr.follow_id " +
|