mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
将高德和第三方平台方法区分
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user