Commit bbaf0bc0 by 徐高华

Merge branch 'feature/xgh/bug/0609' into 'developer'

Feature/xgh/bug/0609

See merge request !2938
parents a8089740 70cfe9dd
......@@ -40,7 +40,7 @@
</insert>
<select id="countExternalContactCount" resultType="java.lang.Integer">
select sum(external_contact_count)
select ifnull(sum(external_contact_count),0)
from tab_haoban_qywx_fee_order
where wx_enterprise_id = #{wxEnterpriseId}
</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