// Method 2: @Query("UPDATE Tour SET endAddress = :end_address WHERE id = :tid") int updateTour(long tid, String end_address);. 它正在工作,但 ...
確定! 回上一頁