DengBiao před 9 měsíci
rodič
revize
a3e5b2deb4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      app/admin/hdl/hdl_audit_center.go

+ 1
- 1
app/admin/hdl/hdl_audit_center.go Zobrazit soubor

@@ -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, "请勿重复审核申请单!")


Načítá se…
Zrušit
Uložit