党员活动 根据党支部名称查询
This commit is contained in:
@ -168,6 +168,10 @@ public class EventPartyBranchServiceImpl extends ServiceImpl<EventPartyBranchMap
|
||||
query.eq(EventPartyBranch::getBranchName, inVO.getBranchName());
|
||||
}
|
||||
|
||||
if (StrUtil.isNotBlank(inVO.getParam())) {
|
||||
query.like(EventPartyBranch::getBelongBranchName, inVO.getParam());
|
||||
}
|
||||
|
||||
query.eq(EventPartyBranch::getType, "2")
|
||||
.eq(EventPartyBranch::getStatus, "1");
|
||||
|
||||
|
Reference in New Issue
Block a user