|
|
@@ -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()) |
|
|
|
|
|
|
|