| | |
| | | |
| | | /** |
| | | * |
| | | * @param idCardNo 身份证号码 |
| | | * @return |
| | | */ |
| | | @GetMapping("/investigate/byUser") |
| | |
| | | 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(); |
| | | } |
| | |
| | | <if test="user.account!=null and user.account != ''"> |
| | | and bu.account != #{user.account} |
| | | </if> |
| | | <if test="user.cardid!=null and user.cardid != ''"> |
| | | and bu.cardid like concat(concat('%', #{user.cardid}),'%') |
| | | </if> |
| | | <if test="user.realName!=null and user.realName != ''"> |
| | | and bu.real_name like concat(concat('%', #{user.realName}),'%') |
| | | </if> |