From 66d523b711a9d0bb141054dd56c2be9d51f8ca8b Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 7 Nov 2025 11:05:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20clean=5Fdata=E5=85=B3=E4=BA=8Ematerial?= =?UTF-8?q?=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/develop/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/develop/views.py b/apps/develop/views.py index 735739e7..03e493da 100755 --- a/apps/develop/views.py +++ b/apps/develop/views.py @@ -670,7 +670,6 @@ class TestViewSet(CustomGenericViewSet): Handover.objects.all().delete() Ftest.objects.all().delete() FtestWork.objects.all().delete() - Material.objects.get_queryset(all=True).update(count=0, count_mb=0, count_wm=0) BatchSt.objects.all().delete() Ticket.objects.get_queryset(all=True).delete() return Response()