提交 5742e1b1 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 7ae58b59
......@@ -22,7 +22,7 @@ import java.util.List;
public interface PrintNoticeMapper extends BaseMapper<PrintNotice> {
@Select("<script>" +
" select id,bookName,isbn,editionTimes,diyType,times,authorId,author,printNum,modelBookNum " +
" select id,bookName,isbn,editionTimes,categories,times,authorId,author,printNum,modelBookNum " +
" from book_print_notice where 1=1 " +
"<if test = '" + NOTBLANK + "(form.bookName)'>" +
" AND bookName LIKE CONCAT('%',#{form.bookName},'%') " +
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论