feat: check_opl_audit_imgs raise
This commit is contained in:
parent
c8db1ad29b
commit
808a1c825d
|
@ -188,4 +188,4 @@ def check_opl_audit_imgs(ticket: Ticket, transition: Transition, new_ticket_data
|
||||||
opl.audit_imgs = audit_imgs
|
opl.audit_imgs = audit_imgs
|
||||||
opl.save()
|
opl.save()
|
||||||
else:
|
else:
|
||||||
raise Exception('需提交审核照片')
|
raise ParseError('需提交审核照片')
|
Loading…
Reference in New Issue