@@ -56,7 +56,7 @@
and ccg.responsibility_code = #{responsibilityCode}
</if>
<if test="accountCode != null and accountCode != ''">
- and ccg.account_code #{accountCode}
+ and ccg.account_code = #{accountCode}
and sd.delete_time = 0
and cr.delete_time = 0