JPA修改:必须添加 @Modifying @Transacti
2020-03-27 本文已影响0人
忘记_3a6a
@Query(value = "update moore_core.open_platform_recruit_position set is_top=0 where is_top=1",nativeQuery = true)
@Modifying
@Transactional
void cancelTop();
@Query(value = "update moore_core.open_platform_recruit_position set is_top=0 where is_top=1",nativeQuery = true)
@Modifying
@Transactional
void cancelTop();