diff --git a/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/CommonService.java b/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/CommonService.java index c8dec53..04979cf 100644 --- a/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/CommonService.java +++ b/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/CommonService.java @@ -159,8 +159,8 @@ public class CommonService { shopName = shopNameArr[i % 3]; } CustomerCluePool customerCluePool = new CustomerCluePool(); - List dtoList = userService.getUserByRole(customer.getShopId(), RoleCode.XBGJ); - BV.isNotEmpty(dtoList, "门店[{" + shopId + "}]没有续保跟进人员"); + List dtoList = userService.getUserByRole(shopId, RoleCode.XBGJ); + BV.isNotEmpty(dtoList, "门店[" + shopId + "]没有续保跟进人员"); Collections.shuffle(dtoList); PostUserDTO userDTO = dtoList.get(0); BeanUtils.copyProperties(pool, customerCluePool);