Commit 984504db by 徐高华

Merge branch 'feature/202310月零散迭代' into 'developer'

Feature/202310月零散迭代

See merge request !1542
parents 8d46bab4 e4e86e2c
......@@ -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.trim() + "%";
}
}
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