update查询用户常去站点(最近半年)

This commit is contained in:
YAS\29473
2025-03-19 15:02:29 +08:00
parent e3ce4c13bc
commit c910ab609a
8 changed files with 26 additions and 36 deletions

View File

@@ -848,12 +848,4 @@ public class MemberService {
return memberWalletInfoService.selectByMemberWalletList(memberId);
}
/**
* 查询用户常用充电站
* @param memberId
* @return
*/
public List<UserFrquentedStationInfo> queryUserFrquentedStation(String memberId) {
return orderService.queryUserFrquentedStation(memberId);
}
}

View File

@@ -1514,13 +1514,4 @@ public class OrderService {
public static void main(String[] args) {
}
/**
* 查询用户常用站点
* @param memberId
* @return
*/
public List<UserFrquentedStationInfo> queryUserFrquentedStation(String memberId) {
return orderBasicInfoService.queryUserFrquentedStation(memberId);
}
}