- 整理新同步逻辑

This commit is contained in:
gazebo
2019-07-26 14:21:30 +08:00
parent 6c143b5ed8
commit 11dca2ebcc
6 changed files with 88 additions and 83 deletions

View File

@@ -20,6 +20,10 @@ const (
updateTypePrice
)
const (
defVendorCatID = 200001903 // 生菜
)
func (p *PurchaseHandler) GetStoreSkusBatchSize(funcID int) (batchSize int) {
switch funcID {
case partner.FuncUpdateStoreSkusStock, partner.FuncUpdateStoreSkusStatus, partner.FuncUpdateStoreSkusPrice: