合并饿鲜达库bug修改
This commit is contained in:
@@ -191,6 +191,12 @@ type tUpdateSkuSpecTag struct {
|
||||
IsSpec int `json:"isSpec"`
|
||||
}
|
||||
|
||||
type MatterStock struct {
|
||||
SkuID int `json:"skuID"`
|
||||
Name string `json:"name"`
|
||||
Stock int `json:"stock"`
|
||||
}
|
||||
|
||||
const (
|
||||
maxStoreNameBind = 10000 // 最大门店SkuName bind个数
|
||||
maxStoreNameBind2 = 10000 // 最大门店乘SkuName个数
|
||||
@@ -3927,3 +3933,8 @@ func ReturnStoreSkuBind(ctx *jxcontext.Context, snapshotAt string, storeIDs, sku
|
||||
dao.CreateMultiEntities(db, storeSkus)
|
||||
return err
|
||||
}
|
||||
|
||||
func RefreshMatterStock(ctx *jxcontext.Context, skuID int) (matterStock []*MatterStock, err error) {
|
||||
// api.JdEclpAPI.SearchShopStock(searchShopStockParam)
|
||||
return matterStock, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user