- fix some store to stores.

This commit is contained in:
gazebo
2018-10-11 16:11:48 +08:00
parent ed00165527
commit 5ec12fbbf1
7 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ type tStoreSkuBindExt struct {
}
// 京东到家,以有库存表示关注(认领)
func (p *PurchaseHandler) SyncStoreSkus(db *dao.DaoDB, storeIDs []int, skuIDs []int, isForce bool, userName string) (err error) {
func (p *PurchaseHandler) SyncStoresSkus(db *dao.DaoDB, storeIDs []int, skuIDs []int, isForce bool, userName string) (err error) {
parallelCount := 1
if len(skuIDs) < MaxSkuBatchSize {
parallelCount = 10