diff --git a/app/admin/hdl/hdl_audit_center.go b/app/admin/hdl/hdl_audit_center.go index 9e819b9..3ce85ea 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 && returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForRefundIng { + if returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForAuditing && returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForRefundErr { cache.Del(md.AuditLockKeyForCentralKitchenLockKey) _ = session.Rollback() e.OutErr(c, e.ERR, "请勿重复审核申请单!")