提交 fcd85c81 authored 作者: 吕本才's avatar 吕本才

报表查询更新

上级 222d55d4
......@@ -107,6 +107,9 @@
<if test="name != null and name != ''">
and jr.name like concat('%', #{name}, '%')
</if>
<if test="category != null and category != '0'">
and jr.type = #{category}
</if>
</where>
</if>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论