diff --git a/app/admin/hdl/hdl_audit_center.go b/app/admin/hdl/hdl_audit_center.go index 5f27986..7daf084 100644 --- a/app/admin/hdl/hdl_audit_center.go +++ b/app/admin/hdl/hdl_audit_center.go @@ -171,7 +171,7 @@ func CentralKitchenForSchoolOrderRefundAudit(c *gin.Context) { e.OutErr(c, e.ERR_DB_ORM, err1.Error()) return } - if returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForAuditing { + if returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForAuditing && returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForRefundErr { cache.Del(md.AuditLockKeyForCentralKitchenLockKey) _ = session.Rollback() e.OutErr(c, e.ERR, "请勿重复审核申请单!")