- disable elm ReadStore.

This commit is contained in:
gazebo
2018-10-29 11:24:56 +08:00
parent b55b2c002d
commit 9b724e5789

View File

@@ -1,6 +1,8 @@
package elm
import (
"errors"
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
"git.rosy.net.cn/jx-callback/business/jxutils/tasksch"
"git.rosy.net.cn/jx-callback/business/model"
@@ -16,7 +18,7 @@ func (p *PurchaseHandler) GetFieldSyncStatusName() string {
}
func (p *PurchaseHandler) ReadStore(vendorStoreID string) (*model.Store, error) {
return nil, nil
return nil, errors.New("饿了么还没实现")
}
func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName string) error {