|
@@ -269,7 +269,7 @@ public class CommonServiceImpl implements ICommonService {
|
|
}
|
|
}
|
|
Long usedSpace = cameraDetail.getUsedSpace();
|
|
Long usedSpace = cameraDetail.getUsedSpace();
|
|
if(usedSpace > limit){
|
|
if(usedSpace > limit){
|
|
- return PayStatus.NOT_PAY.code();
|
|
|
|
|
|
+ return PayStatus.NO_CAPACITY.code();
|
|
}
|
|
}
|
|
return PayStatus.PAY.code();
|
|
return PayStatus.PAY.code();
|
|
}
|
|
}
|