Commit 3beecc42 by guojuxing

门店标签

parent b7985177
......@@ -79,7 +79,7 @@ public class StoreTagController {
dto.setAuthSearchJson(authSearchParam);
}
dto.setSearchJson(searchParam);
return this.storeApiService.listStore(dto, pageNum, pageSize)
return ResultControllerUtils.commonResult(this.storeApiService.listStore(dto, pageNum, pageSize));
}
return EnterpriseRestResponse.failure(storeWidgetResult);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment