..
This commit is contained in:
+1
-2
@@ -262,10 +262,9 @@ public class SysClubInfoManageServiceImpl extends BaseServiceImpl<ClubCommonPage
|
||||
$condition
|
||||
""");
|
||||
Cnd cnd = Cnd.NEW();
|
||||
cnd.and("isNormal", "=", true);
|
||||
cnd.andEX("clubId", "=", pageForm.getClubId());
|
||||
cnd.and("cu.roleCode", "!=", RoleConstant.CLUB_MEMBER);
|
||||
cnd.and(Cnd.exps("cu.state", "=", 1).or("cu.status", "=", 3));
|
||||
// cnd.and(Cnd.exps("cu.state", "=", 1).or("cu.status", "=", 3));
|
||||
sql.setCondition(cnd);
|
||||
return listPageVO(pageForm, sql, ClubUserCommonPageVo.class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user