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