- SyncStoreCategories

This commit is contained in:
gazebo
2018-10-05 12:55:46 +08:00
parent 923b7617f8
commit 0c87cf008f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import (
"git.rosy.net.cn/jx-callback/business/model/dao"
)
func (p *PurchaseHandler) SyncStoreCategories(db *dao.DaoDB, storeIDs []int, catIDs []int) (err error) {
func (p *PurchaseHandler) SyncStoreCategories(db *dao.DaoDB, storeIDs []int, userName string) (err error) {
return nil
}
func (p *PurchaseHandler) ReadStoreCategories(storeID int) (cats []*model.SkuCategory, err error) {