From 6fcda8c0a799421cc0a2bf276691659fa5c33cdc Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 14 May 2025 09:27:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20wpr=E8=8E=B7=E5=8F=96mb=E7=9A=84state?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpmw/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wpmw/models.py b/apps/wpmw/models.py index fff350ec..14f4c33b 100644 --- a/apps/wpmw/models.py +++ b/apps/wpmw/models.py @@ -90,6 +90,7 @@ class Wpr(BaseModel): ins.mb = mb if mb: ins.material = mb.material + ins.state = mb.state if is_create: ins.material_start = mb.material