Administrator
2021-08-16 3432fad3ebcecd73d3d50fa8dfb7934cc61cfd06
src/main/java/org/springblade/modules/investigate/Investigate.java
@@ -47,7 +47,6 @@
   /**
    *
    * @param idCardNo 身份证号码
    * @return
    */
   @GetMapping("/investigate/byUser")
@@ -56,9 +55,9 @@
      List<User> users = userService.getAllUserList();
      //遍历
      users.forEach(InvestigateUtil.consumerWithIndex((user,index) ->{
         if (index==99){
         if (index==80){
            try {
               Thread.sleep(1000);
               Thread.sleep(500);
            } catch (InterruptedException e) {
               e.printStackTrace();
            }