刷新物料店库存,商品上下架
This commit is contained in:
@@ -312,7 +312,7 @@ func LoadExcelBinByYongHui(ctx *jxcontext.Context, reader io.Reader, isAsync, is
|
||||
//如果微盟商品里找得到excel中的商品
|
||||
if skuMap[spuCode] != nil {
|
||||
//获取京西库商品
|
||||
skuList, _ := dao.GetSkus(db, nil, []int{int(utils.Str2Int64(goodsDetail.SkuMap.SingleSku.OuterSkuCode))}, nil, nil)
|
||||
skuList, _ := dao.GetSkus(db, nil, []int{int(utils.Str2Int64(goodsDetail.SkuMap.SingleSku.OuterSkuCode))}, nil, nil, nil)
|
||||
if len(skuList) == 0 {
|
||||
outPutData := DataFailed{
|
||||
GoodsID: spuCode,
|
||||
|
||||
Reference in New Issue
Block a user