This commit is contained in:
richboo111
2022-08-17 11:09:41 +08:00
parent 81b83c3f9b
commit 9ed495e836

View File

@@ -634,7 +634,6 @@ func (c *StoreController) GetStoreListByLocation() {
return result, "", err
}
}
globals.SugarLogger.Debug("检测最后的数据locationList==============", locationList)
return locationList, "", err
})
}