When using Spring's deleteById(ID id) method of JpaRepository to delete data, first use the existsById(ID id) method to determine whether the data exists.
確定! 回上一頁