diff --git a/business/jxstore/yonghui/yonghui.go b/business/jxstore/yonghui/yonghui.go index c11e689ed..75b2a1204 100644 --- a/business/jxstore/yonghui/yonghui.go +++ b/business/jxstore/yonghui/yonghui.go @@ -1025,7 +1025,7 @@ func GetWeimobOrdersExcel(ctx *jxcontext.Context, OrderNo string) (result *Weimo if v.GoodsCode != "" { if v.GoodsCode[0:1] == "0" { DataHairy := &Data{ - GoodsID: v.GoodsCode, + GoodsID: v.GoodsCode[1:len(v.GoodsCode)], GoodsName: v.GoodsTitle, GoodsNum: v.SkuNum, }