党员活动 根据党支部名称查询

This commit is contained in:
517612449@qq.com
2022-07-06 14:40:06 +08:00
parent ce49b21258
commit 2b9324210c

View File

@ -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");