Browse Source

update

add_mode
DengBiao 1 year ago
parent
commit
29c7513d7e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/admin/svc/order/svc_central_kitchen_for_school_order.go

+ 2
- 2
app/admin/svc/order/svc_central_kitchen_for_school_order.go View File

@@ -166,10 +166,10 @@ func CentralKitchenForSchoolOrderRefundAudit(req md.CentralKitchenForSchoolOrder
centralKitchenForSchoolUserRefundDayDb.Set(0)
centralKitchenForSchoolUserWithDayDb := db.CentralKitchenForSchoolUserWithDayDb{}
centralKitchenForSchoolUserWithDayDb.Set(0)
var dealReturnOrdMap map[string]struct {
var dealReturnOrdMap = map[string]struct {
OutRequestNo string `json:"out_request_no"`
Amount float64 `json:"amount"`
}
}{}

outRequestNoSuffix := "_" + utils.Int64ToStr(time.Now().Unix())



Loading…
Cancel
Save