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