Commit e7d6687f authored by yanghao's avatar yanghao

fix: 修复年度发货次数=0时查询数据不准确的bug

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