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