导出微盟订单修改

This commit is contained in:
苏尹岚
2019-11-26 18:31:04 +08:00
parent 80c5560faf
commit f8283bb159

View File

@@ -1025,7 +1025,7 @@ func GetWeimobOrdersExcel(ctx *jxcontext.Context, OrderNo string) (result *Weimo
if v.GoodsCode != "" { if v.GoodsCode != "" {
if v.GoodsCode[0:1] == "0" { if v.GoodsCode[0:1] == "0" {
DataHairy := &Data{ DataHairy := &Data{
GoodsID: v.GoodsCode, GoodsID: v.GoodsCode[1:len(v.GoodsCode)],
GoodsName: v.GoodsTitle, GoodsName: v.GoodsTitle,
GoodsNum: v.SkuNum, GoodsNum: v.SkuNum,
} }