|
@@ -191,7 +191,7 @@ public class StationServiceImpl extends MyBaseServiceImpl<StationMapper, Station
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
@Override
|
|
@Override
|
|
|
- @DynamicCache
|
|
|
|
|
|
|
+// @DynamicCache 有参接口有bug,例如搜索接口,会缓存历史搜索的结果返回,与预期不符
|
|
|
public PageBean<SimpleStationVo> listStationForApp(StationQueryParam params) {
|
|
public PageBean<SimpleStationVo> listStationForApp(StationQueryParam params) {
|
|
|
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
|
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
|
|
// 站点列表
|
|
// 站点列表
|