|
|
@ -137,7 +137,7 @@ |
|
|
|
and t.bzdh = #{bzdh} |
|
|
|
and t.bzdh = #{bzdh} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="bzdh == null or bzdh == '' or bzdh == 'null' or bzdh == '99'"> |
|
|
|
<if test="bzdh == null or bzdh == '' or bzdh == 'null' or bzdh == '99'"> |
|
|
|
and t.bzdh is not null |
|
|
|
and t.bzdh is not null and t.inaccount_status = '1' |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="taxRate != null and taxRate != '' and taxRate != 'null' and taxRate != '99'"> |
|
|
|
<if test="taxRate != null and taxRate != '' and taxRate != 'null' and taxRate != '99'"> |
|
|
|
and (t.tax_rate in |
|
|
|
and (t.tax_rate in |
|
|
|