营业即送
This commit is contained in:
@@ -886,7 +886,6 @@ func UpdateStoresSkusByBind(ctx *jxcontext.Context, parentTask tasksch.ITask, sk
|
||||
for _, v := range skuIDs {
|
||||
skuIDMap[v] = 1
|
||||
}
|
||||
fmt.Println("test111111", skuIDs)
|
||||
num += int64(len(skuIDs))
|
||||
}
|
||||
// dao.Commit(db)
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user