将高德和第三方平台方法区分

This commit is contained in:
Lemon
2023-10-25 17:20:59 +08:00
parent a652456839
commit cb654a6df5
7 changed files with 41 additions and 7 deletions

View File

@@ -78,6 +78,9 @@ public interface PileStationInfoMapper {
*/
List<PileStationInfo> getStationInfoForLianLian();
List<PileStationInfo> getStationInfoForAmap();
List<String> queryByStationDeptIds(@Param("stationDeptIds") List<String> stationDeptIds);
int updateAmapFlag(@Param("stationId") String stationId, @Param("amapFlag") String amapFlag);