From c51199c4f424e562ccc90aeee6c2eca5494a2c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Fri, 15 Jul 2022 14:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9rpj=5Faudit=5Fend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/rpm/services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/rpm/services.py b/apps/rpm/services.py index 4d28def0..6648f688 100644 --- a/apps/rpm/services.py +++ b/apps/rpm/services.py @@ -65,6 +65,7 @@ def rpj_audit_end(ticket): rf = Rfile() rf.rparty = i.rpj.rparty rf.file_cate = i.file_cate + rf.save() for m in i.files.all(): rf.files.add(m) rpj.state = Rpj.RPJ_ENTER