党员活动 所属党支部

This commit is contained in:
517612449@qq.com
2022-07-07 14:30:12 +08:00
parent f3fe12a8ea
commit ad82983e67

View File

@ -106,7 +106,7 @@ public class EventPartyBranchServiceImpl extends ServiceImpl<EventPartyBranchMap
queryMember.eq(EventPartyBranch::getBranchCode, inVO.getBelongBranch());
}
if (StrUtil.isNotBlank(inVO.getBelongBranchName())) {
queryMember.like(EventPartyBranch::getBranchName, inVO.getBelongBranchName());
queryMember.like(EventPartyBranch::getBelongBranchName, inVO.getBelongBranchName());
}
if (StrUtil.isNotBlank(inVO.getParam())) {
queryMember.and(w -> w.like(EventPartyBranch::getContactName, inVO.getParam())