|
@@ -334,7 +334,7 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, User> implements I
|
|
IncrementType incrementType = incrementTypeService.getById(userIncrement.getIncrementTypeId());
|
|
IncrementType incrementType = incrementTypeService.getById(userIncrement.getIncrementTypeId());
|
|
if(incrementType != null){
|
|
if(incrementType != null){
|
|
if("GB".equals(cameraVo.getUnit())){
|
|
if("GB".equals(cameraVo.getUnit())){
|
|
- cameraVo.setTotalSpace(incrementType.getCameraCapacity()+".00GB");
|
|
|
|
|
|
+ cameraVo.setTotalSpace(String.valueOf(incrementType.getCameraCapacity()));
|
|
cameraVo.setTotalSpaceStr(incrementType.getCameraCapacity()+".00GB");
|
|
cameraVo.setTotalSpaceStr(incrementType.getCameraCapacity()+".00GB");
|
|
}
|
|
}
|
|
if("SP".equals(cameraVo.getUnit())){
|
|
if("SP".equals(cameraVo.getUnit())){
|