@Select("select * from "+DEPTTABLE+" "). List<Dept> selectAllDept();. 在mybatis中不用xml文件的形式,selectDept方法执行的就是上面的Sql语句,如果是遇到动态的 ...
確定! 回上一頁