This commit is contained in:
苏尹岚
2021-02-08 17:34:55 +08:00
parent e2842c75be
commit feeb4ee6e9

View File

@@ -1830,7 +1830,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
db = dao.GetDB()
vendorThingIDs []int64
)
storeMaps, _ := dao.GetStoresMapList(db, []int{model.VendorIDJD}, []int{667281}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "320406")
storeMaps, _ := dao.GetStoresMapList(db, []int{model.VendorIDJD}, nil, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "320406")
// for _, v := range storeMaps {
// storesSkus, _ := dao.GetStoresSkusInfo(db, []int{v.StoreID}, nil)
// for _, vv := range storesSkus {