pengzhibo168 5 жил өмнө
parent
commit
eee09c66ed

+ 2 - 0
Controller/DetectController.py

@@ -205,6 +205,8 @@ class DetectControllerView(View):
 
         nowTime = int(time.time())
         if dvqs.exists():
+            # 修改状态
+            dvqs.update(NotificationMode=status)
             uid_set_qs = UidSetModel.objects.filter(uid=uid)
             # uid配置信息是否存在