Commit 6e4613cf authored by 赵啸非's avatar 赵啸非

添加站点事项过滤

parent aaaf6d2b
......@@ -20,7 +20,7 @@
and a.deptCode = #{condition.deptCode,jdbcType=VARCHAR}
</if>
<if test="condition.matterName != null and condition.matterName != ''">
a.matterName like #{condition.matterName}
and a.matterName like #{condition.matterName}
</if>
</trim>
</trim>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment