提交 f5fa19cc authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 87b3082c
......@@ -20,7 +20,7 @@ public interface FgExaminationMapper extends BaseMapper<Examination> {
+ "</script>")
List<FgExaminationVo> page();
@Select("<script>"
+ "SELECT id,title,text,DATE_FORMAT(beginTime,'%Y-%m-%d') beginTime,DATE_FORMAT(endTime,'%Y-%m-%d') endTime,"
+ "SELECT id,title,text,DATE_FORMAT(beginTime,'%Y年%m月%d日') beginTime,DATE_FORMAT(endTime,'%Y年%m月%d日') endTime,"
+ "userName,userId FROM sys_examination where 1=1 and status=2 and type=2"
+ "<if test='"+ NOTBLANK +"(currentTime)'>"
+ " and endTime &gt;=concat(#{currentTime})"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论