Commit 5a71fba9 by qwmqiuwenmin

fix

parent 2271357b
......@@ -61,7 +61,7 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi
}
}
while(departmentList.isEmpty()) {
while(!departmentList.isEmpty()) {
for (GicTreeDTO gicTreeDTO : departmentList) {
nodeCount += getNodeCount(enterpriseId,gicTreeDTO.getId(),gicTreeDTO.getType());
}
......
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