UPDATEstoresskuswithoutsync方法给storedetail修改
This commit is contained in:
@@ -1034,9 +1034,8 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
|
||||
for _, storeID := range storeIDs {
|
||||
// todo 可以考虑在需要更新价格再获取
|
||||
storeDetail, err := dao.GetStoreDetail(dao.GetDB(), storeID, model.VendorIDJX)
|
||||
if err != nil {
|
||||
dao.Rollback(db)
|
||||
return nil, err
|
||||
if err != nil || storeDetail == nil {
|
||||
continue
|
||||
}
|
||||
scaleFactor := float64(1)
|
||||
if isScale {
|
||||
|
||||
Reference in New Issue
Block a user