|
@@ -322,7 +322,7 @@ class KeDongOverAPIView(APIView):
|
|
|
def post(self, request):
|
|
def post(self, request):
|
|
|
# 我的信息
|
|
# 我的信息
|
|
|
try:
|
|
try:
|
|
|
- country_count = CountryModel.objects.all().count()
|
|
|
|
|
|
|
+ country_count = CountryModel.objects.filter(is_delete=1).count()
|
|
|
area = MongoBase.objects.all().first().base_area
|
|
area = MongoBase.objects.all().first().base_area
|
|
|
device = MongoDevice.objects.all().count()
|
|
device = MongoDevice.objects.all().count()
|
|
|
return Response({
|
|
return Response({
|