提交 9f53e3b4 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 0cac63fb
......@@ -30,7 +30,14 @@ public interface FinancialMapper extends BaseMapper<Financial> {
+ " AND bfm.status = #{form.status} "
+ "</if>"
+ "<if test = '" + NOTBLANK + "(form.auditStatus)'>"
+ "<choose>"
+ "<when test = ' form.auditStatus == 3'>"
+ " AND bfm.auditStatus is null "
+ "</when >"
+ "<otherwise>"
+ " AND bfm.auditStatus = #{form.auditStatus} "
+ "</otherwise>"
+ "</choose>"
+ "</if>"
+ "</script>")
List<FinancialVo> findBypaging(@Param("form") QueryFinancialForm form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论