aa
This commit is contained in:
@@ -47,7 +47,6 @@ func (c *NetSpiderController) GetAndStoreCitiesShops() {
|
||||
// @Param keyword query string false "查询关键字(可以为空,为空表示不限制)"
|
||||
// @Param vendorStoreID query string false "门店号"
|
||||
// @Param vendorID query int false "平台ID"
|
||||
// @Param orgCode query string false "连锁品牌名"
|
||||
// @Param cityCode query int false "城市代码"
|
||||
// @Param districtCode query int false "行政区代码"
|
||||
// @Param tel query string false "手机号"
|
||||
@@ -83,7 +82,7 @@ func (c *NetSpiderController) QueryPageStores() {
|
||||
offset = 0
|
||||
pageSize = model.UnlimitedPageSize
|
||||
}
|
||||
pagedInfo, err := dao.QueryPageStores(dao.GetDB(), pageSize, offset, params.Keyword, params.VendorStoreID, params.VendorID, params.OrgCode,
|
||||
pagedInfo, err := dao.QueryPageStores(dao.GetDB(), pageSize, offset, params.Keyword, params.VendorStoreID, params.VendorID, "",
|
||||
params.CityCode, params.DistrictCode, params.Tel, float32(params.MinShopScore), params.MinRecentOrderNum, params.MinSkuCount,
|
||||
lng1, lat1, lng2, lat2)
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user