Commit 8d64cb97 authored by zhkwei's avatar zhkwei

CITbug

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