营业即送

This commit is contained in:
苏尹岚
2020-05-19 08:39:54 +08:00
parent 2e534cc6e8
commit 15583d7eca
2 changed files with 3 additions and 1 deletions

View File

@@ -338,6 +338,9 @@ func GetAvailableDeliverTime(ctx *jxcontext.Context, storeID int) (deliverTimerL
}
beginDate = beginDate.Add(24 * time.Hour)
}
if len(deliverTimerList) > 0 {
deliverTimerList[0].TimeList[0].ViewTime = "营业即送"
}
return deliverTimerList, err
}