This commit is contained in:
邹宗楠
2024-01-22 18:13:02 +08:00
parent 25991694ef
commit 2f41887ff6
2 changed files with 4 additions and 2 deletions

View File

@@ -554,6 +554,7 @@ func (c *PurchaseHandler) PickupGoods(order *model.GoodsOrder, isSelfDelivery bo
//PeiSongTypeKuaiDi = "2002" // 快送
//PeiSongTypeWholeCity = "2010" // 全城送
//PeiSongTypeMixed = "3001" // 混合送(即美团专送+快送)
//PeiSongTypeMixedExpressQiKe = "30012002" // 混合送(混合快送)
if isSelfDelivery {
err = api.PreparationMealComplete(utils.Str2Int64(order.VendorOrderID))
}