Commit f8ee22c9 by 徐高华

群群发

parent e3f4a3c3
......@@ -366,6 +366,9 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
if(StringUtils.isNotBlank(dpid)) {
departmentIdList = this.groupChatService.setDepartIdList(wxEnterpriseId,dpid) ;
}
if(StringUtils.isNotBlank(searchParams)) {
searchParams ="%" + searchParams + "%";
}
}
while (true) {
if(null != searchParams || null != departmentIdList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment