|
@@ -385,7 +385,6 @@ class HomeStatisticsView(APIView):
|
|
permission_classes = [isLogin, ]
|
|
permission_classes = [isLogin, ]
|
|
|
|
|
|
def get(self, request):
|
|
def get(self, request):
|
|
- print(111111111111,request.user)
|
|
|
|
statistics = {
|
|
statistics = {
|
|
'today_report': 0, # 本日新增报备
|
|
'today_report': 0, # 本日新增报备
|
|
'mouth_report': 0, # 本月新增报备
|
|
'mouth_report': 0, # 本月新增报备
|