Commit 1ff2e32d authored by 李健华's avatar 李健华

修改条数测试5

parent c5f9c9f2
......@@ -18,7 +18,7 @@ public interface IUserAttachedRepository extends JpaRepository<UserAttached, Lon
@Transactional
void deleteByUserId(Long userId);
@Query(value = "select * from user_attached where id>?1 limit 500" ,nativeQuery = true)
@Query(value = "select * from user_attached where id>?1 limit 5" ,nativeQuery = true)
List<UserAttached> findALlAttached(Long id);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment