Commit 304cff12 authored by 赵啸非's avatar 赵啸非

修改根据业务查询部门逻辑

parent cd3fb92a
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
and a.matterName like #{condition.matterName} and a.matterName like #{condition.matterName}
</if> </if>
<if test="condition.source!=null"> <if test="condition.source!=null">
and a.source = #{condition.source,jdbcType=int} and a.source = #{condition.source,jdbcType=INTEGER}
</if> </if>
</trim> </trim>
</trim> </trim>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
and a.matterName like #{condition.matterName} and a.matterName like #{condition.matterName}
</if> </if>
<if test="condition.source!=null"> <if test="condition.source!=null">
and a.source = #{condition.source,jdbcType=int} and a.source = #{condition.source,jdbcType=INTEGER}
</if> </if>
</trim> </trim>
</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