提交 6c5761a8 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

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