This commit is contained in:
YAS\29473
2025-03-19 15:58:15 +08:00
parent 98e654b0fc
commit 2cc26fc624
3 changed files with 13 additions and 3 deletions

View File

@@ -412,5 +412,5 @@ public interface OrderBasicInfoMapper {
* @param endTime
* @return
*/
List<UserFrequentedStationInfo> queryUserFrequentedStation(@Param("memberId") String memberId ,@Param("startTime") LocalDateTime startTime ,@Param("endTime") LocalDateTime endTime);
List<UserFrequentedStationInfo> queryUserFrequentedStation(@Param("memberId") String memberId ,@Param("startTime") String startTime ,@Param("endTime") String endTime);
}