Commit e4e86e2c by 徐高华

群群发

parent f8ee22c9
......@@ -367,7 +367,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
departmentIdList = this.groupChatService.setDepartIdList(wxEnterpriseId,dpid) ;
}
if(StringUtils.isNotBlank(searchParams)) {
searchParams ="%" + searchParams + "%";
searchParams ="%" + searchParams.trim() + "%";
}
}
while (true) {
......
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