@ -560,10 +560,10 @@
and t.account_period = #{accountPeriod}
</if>
<if test="taxRate!=null and taxRate!='' and taxRate != null and taxRate !='99'">
and t.tax_rate like %#{taxRate}%
and t.tax_rate = #{taxRate}
<if test="taxRate==''">
and t.tax_rate like #{taxRate}
order by t.bzdh desc
</select>