提交 19694eb8 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 4ca2c7ad
......@@ -34,7 +34,7 @@ public interface PrintNoticeMapper extends BaseMapper<PrintNotice> {
" AND printingHouse LIKE CONCAT('%',#{form.printingHouse},'%') " +
"</if>" +
"<if test = '" + NOTBLANK + "(form.categories)'>" +
" AND categories = #{form.categories} " +
" AND categories LIKE CONCAT('%',#{form.categories},'%') " +
"</if>" +
"<if test = '" + NOTBLANK + "(form.dealStartTime)'>" +
" and outFactoryTime &gt;= concat(#{form.dealStartTime}) " +
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论