作业人员未就位bug

This commit is contained in:
曹前明 2022-09-11 18:25:22 +08:00
parent 8d8f0d50a3
commit 4d854c2922
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ def check_not_in_place(opl: Opl):
event.save()
cate = EventCate.objects.get(code='not_in_place')
Eventdo.objects.get_or_create(cate=cate, event=event, defaults={
'cate': event,
'cate': cate,
'event': event
})
notify_event(event)