ariesy 增加单个字段排序&认证查询导出条件修改

release
yefei 2 years ago
parent 0834d70a6d
commit c4687d0b71
  1. 8
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
  2. 2
      dxhy-core/src/main/resources/mapper/FpZhMapper.xml

@ -240,16 +240,16 @@
order by t.invoice_date desc
</if>
<if test="sortPzbh == 1">
,t.sn_voucher_number
order by t.sn_voucher_number
</if>
<if test="sortPzbh == 2">
,t.sn_voucher_number desc
order by t.sn_voucher_number desc
</if>
<if test="sortBzdh == 1">
,t.bzdh
order by t.bzdh
</if>
<if test="sortBzdh == 2">
,t.bzdh desc
order by t.bzdh desc
</if>
</select>

@ -99,7 +99,7 @@
and (t.invoice_type in('01','03','08','14','31','283','161','183','185') or (t.invoice_type ='32' and t.lq_tdyslxDm='08'))
and t.bdk_status in ('1','2')
and t.export_mark = '0'
and t.auth_status != '0'
and t.auth_status in ('2','3','4')
and t.company = #{company}
<if test="sign !='88'">
and t.gf_tax_no in

Loading…
Cancel
Save