导出微盟订单修改
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user