ariesy 手工认证和认证查询界面增加税率筛选条件

release
yefei 2 years ago
parent 982c6d7d4c
commit 4553b9d062
  1. 4
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -232,7 +232,7 @@
<!-- <if test="qsksrq==null or qsksrq=='' or qsjsrq==null or qsjsrq==''">--> <!-- <if test="qsksrq==null or qsksrq=='' or qsjsrq==null or qsjsrq==''">-->
<!-- order by t.invoice_date desc--> <!-- order by t.invoice_date desc-->
<!-- </if>--> <!-- </if>-->
order by t.bzdh desc <!-- order by t.bzdh desc-->
</select> </select>
<select id="selectDksh" parameterType="java.util.Map" <select id="selectDksh" parameterType="java.util.Map"
resultType="com.dxhy.base.entity.BaseTDxDkCount" resultType="com.dxhy.base.entity.BaseTDxDkCount"
@ -562,7 +562,7 @@
<if test="accountPeriod != null and accountPeriod != '' and accountPeriod != 'null' and accountPeriod != '99'"> <if test="accountPeriod != null and accountPeriod != '' and accountPeriod != 'null' and accountPeriod != '99'">
and t.account_period = #{accountPeriod} and t.account_period = #{accountPeriod}
</if> </if>
order by t.bzdh desc <!-- order by t.bzdh desc -->
</select> </select>
<select id="selectHj" parameterType="java.util.Map" <select id="selectHj" parameterType="java.util.Map"

Loading…
Cancel
Save