jpa查詢刪除相關語句

//id查詢 @Query("SELECT s FROM SysStudent s WHERE id= ? and s.state= '1' ")//and s.state= '1' SysStudent StudentById(String id); //模糊查詢 @Query("SELECT s FROM SysStudent s WHERE s.name LIKE ? and s.st
相關文章
相關標籤/搜索