This commit is contained in:
苏尹岚
2020-12-11 09:05:11 +08:00
parent 2324534e2b
commit 2454ea7388

View File

@@ -35,7 +35,7 @@ func shopStatus2JX(status int) (jxStatus int) {
}
func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorStoreID string) (storeDetail *dao.StoreDetail2, err error) {
shopInfo, err := api.FnAPI.GetStore(storeID)
shopInfo, err := api.FnAPI.GetStore(vendorStoreID)
if err == nil {
storeDetail = &dao.StoreDetail2{
Store: model.Store{