This commit is contained in:
苏尹岚
2020-12-11 10:54:04 +08:00
parent b38b644543
commit 3240ece070

View File

@@ -54,11 +54,11 @@ func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorSt
}
func (c *DeliveryHandler) IsErrStoreExist(err error) bool {
return false
return fnpsapi.IsErrShopExist(err)
}
func (c *DeliveryHandler) IsErrStoreNotExist(err error) bool {
return false
return fnpsapi.IsErrShopNotExist(err)
}
func (c *DeliveryHandler) UpdateStore(ctx *jxcontext.Context, storeDetail *dao.StoreDetail2) (err error) {