提交 f0e1add0 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 1836ee07
......@@ -37,10 +37,10 @@ public interface PrintNoticeMapper extends BaseMapper<PrintNotice> {
" AND categories = #{form.categories} " +
"</if>" +
"<if test = '" + NOTBLANK + "(form.dealStartTime)'>" +
" and times &gt;= concat(#{form.dealStartTime}, ' 00:00:00') " +
" and outFactoryTime &gt;= concat(#{form.dealStartTime}) " +
"</if>" +
"<if test = '" + NOTBLANK + "(form.dealEndTime)'>" +
" and times &lt;= concat(#{form.dealEndTime}, ' 23:59:59') " +
" and outFactoryTime &lt;= concat(#{form.dealEndTime}) " +
"</if>" +
"</script>")
List<PrintNoticeListVo> findAll(@Param("form") QueryPrintNoticeForm form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论