Commit 437fcf5b by huangchengyi

1.0

parent 9e181fb6
Showing with 1 additions and 3 deletions
...@@ -80,9 +80,7 @@ func (qs *ZiyingService) ZyGoodsDetail(ctx *gin.Context,goodsIds []string, ch ch ...@@ -80,9 +80,7 @@ func (qs *ZiyingService) ZyGoodsDetail(ctx *gin.Context,goodsIds []string, ch ch
if pick_type != "" { if pick_type != "" {
B["pick_type"] = pick_type B["pick_type"] = pick_type
} }
if length != "" { B["length"] = length
B["length"] = length
}
if gross_wegiht != "" { if gross_wegiht != "" {
B["gross_wegiht"] = gross_wegiht B["gross_wegiht"] = gross_wegiht
} }
......
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