根據金錢來修改狀態* * @param money * @param state */ @Modifying @Query("update MoneyPO m set m.isDeleted=?2 where m.money=?1") void ...
確定! 回上一頁