一、jpa 原生insert的sql語句:. @Modifying @Query(value = "insert into t_sys_org_user(org_id,user_id) values(?1,?2)",nativeQuery = true) int ...
確定! 回上一頁