@Query(value = "select u.* from appuser_te u LEFT JOIN app_user_history his on his.user_id=u.id where his.apple_app_id=:appleAppId limit 1,3",nativeQuery = true) List<AppUser> findByFlushId(@Param(value="appleAppId") Integer appleAppId);
时间: 2024-12-28 00:05:31