测试updatestoresskus

This commit is contained in:
苏尹岚
2020-07-09 10:15:35 +08:00
parent 518cfab22e
commit c98b9a83b4

View File

@@ -1060,11 +1060,9 @@ 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
}
fmt.Println("test22222222222222222222222222222222222222222")
scaleFactor := float64(1)
if isScale {
scaleFactor = 100 / float64(jxutils.ConstrainPayPercentage(storeDetail.PayPercentage))
@@ -1306,7 +1304,6 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
}
}
} else {
fmt.Println("test3333333333333333333333333333333333333333")
dao.Rollback(db)
return nil, err
}