diff --git a/apps/opm/services.py b/apps/opm/services.py index c22df23f..88f0ed81 100644 --- a/apps/opm/services.py +++ b/apps/opm/services.py @@ -188,4 +188,4 @@ def check_opl_audit_imgs(ticket: Ticket, transition: Transition, new_ticket_data opl.audit_imgs = audit_imgs opl.save() else: - raise Exception('需提交审核照片') \ No newline at end of file + raise ParseError('需提交审核照片') \ No newline at end of file