修改rpj_audit_end

This commit is contained in:
曹前明 2022-07-15 14:06:38 +08:00
parent d8c983924c
commit c51199c4f4
1 changed files with 1 additions and 0 deletions

View File

@ -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