Commit 590efb28 authored by 赵啸非's avatar 赵啸非

优化站点同步事项

parent 539fe590
...@@ -83,11 +83,11 @@ ...@@ -83,11 +83,11 @@
and a.areaCode = #{condition.areaCode,jdbcType=VARCHAR} and a.areaCode = #{condition.areaCode,jdbcType=VARCHAR}
</if> </if>
</trim> </trim>
<trim prefixOverrides="and" prefix="">
<if test="condition.source!=null and condition.source!=''"> <if test="condition.source!=null and condition.source!=''">
and a.source = #{condition.source,jdbcType=INTEGER} and a.source = #{condition.source,jdbcType=INTEGER}
</if> </if>
</trim>
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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