提交 74bc4a85 authored 作者: 任建彩's avatar 任建彩

bug

上级 29311e92
......@@ -138,15 +138,21 @@ public interface TimeApplyChangeDao extends BaseMapper<TimeApplyChange>{
@Select("<script>"
+ PARAM_VALUE1
+ "<if test = 'form.status != null and form.status!= \"\"'>"
+ "<if test = 'form.status ==1'>"
+ " and status1 = 0 "
+ "</if>"
+ "<if test = 'form.status == 3'>"
+ " and status2 = 3 "
+ "</if>"
+ "</script>")
List<TimeApplyChangeVo> pageTimeApply1(@Param("form") TimeApplyChangeForm form);
@Select("<script>"
+ PARAM_VALUE1
+ "<if test = 'form.status != null and form.status!= \"\"'>"
+ "<if test = 'form.status ==1'>"
+ " and status1 = 0 "
+ "</if>"
+ "<if test = 'form.status == 3'>"
+ " and status2 = 3 "
+ "</if>"
+ "</script>")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论