Commit 068740bb by 杨树贤

寄售写死大陆交期

parent 710bbabc
Showing with 5 additions and 0 deletions
......@@ -240,6 +240,11 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan
sku.HkDeliveryTime = delivery["hk_delivery"]
}
//只要是寄售的,大陆交期都是0.5工作日
if sku.Source ==12 {
sku.CnDeliveryTime = "0.5工作日"
}
}
//处理是否可以购买
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment