Commit 81b4002e by qwmqiuwenmin

fix

parent d99f4c07
......@@ -552,6 +552,7 @@ public class DepartmentApiServiceImpl implements DepartmentApiService {
for (com.gic.wechat.api.dto.qywx.DepartmentDTO departmentDTO : list) {
if(departmentDTO.getId() == 1){
handerList.add(departmentDTO);
break;
}
}
}else{
......
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