|
@@ -38,7 +38,7 @@ public class AppUserService {
|
|
|
}
|
|
|
UserVo userVo = new UserVo();
|
|
|
BeanUtils.copyProperties(user,userVo);
|
|
|
- Long cameraCount = cameraDetailService.getCountByUserId(user.getId(),cameraType);
|
|
|
+ Long cameraCount = cameraDetailService.getCountByUserId(user.getCompanyId(),cameraType);
|
|
|
Long proCount = sceneProService.getCountByUserId(user.getId(), cameraType);
|
|
|
Long plusCount = scenePlusService.getCountByUserId(user.getId(), cameraType);
|
|
|
Long expansionCount = expansionOrderService.getCount(user.getId());
|