------------吾亦无他,唯手熟尔,谦卑若愚,好学若饥------------- 实体类 public class Book { private Integer bookID; private String bookName; private String bookAuthor; private Integer bookPrice; public Book() { } public Integer getBookID() { return this.bookID; } public vo
<select id="getFunctionByPage" resultMap="FunctionRlt"> SELECT K.FUNCTION_NAME,K.FUNCTION_NO,K.URL,K.PARAM_CLASS, FROM PUB_FUNCTION K <choose> <when test="model.parentFuncName!= null and model.parentFuncName!= ''&qu