Commit e0d1141f authored by 332784038@qq.com's avatar 332784038@qq.com

Merge remote-tracking branch 'origin/release' into release

parents 5c87bb78 e7d6687f
......@@ -691,7 +691,7 @@
AND contact.num_yearly <![CDATA[ <= ]]> #{query.leNumYearly}
</if>
<if test="query.eqNumYearly != null">
AND contact.num_yearly = #{query.leNumYearly}
AND contact.num_yearly = #{query.eqNumYearly}
</if>
......
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