Commit 8d64cb97 authored by zhkwei's avatar zhkwei

CITbug

parent e3a1ae3f
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
AND account_period >= #{periodStart,jdbcType=INTEGER} AND account_period >= #{periodStart,jdbcType=INTEGER}
</if> </if>
<if test="periodEnd!=null"> <if test="periodEnd!=null">
AND account_period <= #{periodEnd,jdbcType=INTEGER} AND account_period &lt;= #{periodEnd,jdbcType=INTEGER}
</if> </if>
UNION ALL UNION ALL
select select
......
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