- 整理新同步逻辑
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user