Commit d6466d86 by 徐高华

更新活码

parent bc3c6147
...@@ -199,7 +199,7 @@ public class HmClerkRelationServiceImpl implements HmClerkRelationService { ...@@ -199,7 +199,7 @@ public class HmClerkRelationServiceImpl implements HmClerkRelationService {
log.info("无人活码={}",hmId); log.info("无人活码={}",hmId);
continue ; continue ;
} }
if(clerkIdSet.size()>maxCount) { if(clerkIdSetBak.size()>maxCount) {
log.info("超人数活码={}",hmId); log.info("超人数活码={}",hmId);
continue ; continue ;
} }
......
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