ariesy 缴款书认证查询

release
yefei 2 years ago
parent 0fcb7b288a
commit fe741b8bba
  1. 4
      dxhy-core/src/main/resources/mapper/TDxCustomsRecordMapper.xml
  2. 2
      dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml

@ -479,6 +479,10 @@
and p.gf_tax_no = #{queryParams.gfsh}
</if>
<if test="queryParams.companyCode!=null and queryParams.companyCode!=''">
and (p.comp_code = #{queryParams.companyCode} or p.comp_code = '' or p.comp_code is null)
</if>
<if test="queryParams.customsCode!=null and queryParams.customsCode!=''">
and p.customs_code = #{queryParams.customsCode}
</if>

@ -171,7 +171,7 @@
p.bdk_status as bdkStatus,
p.confirm_user as confirmUser,
p.rzh_belong_date as rzhBelongDate,
p.cxrz_status as cxrzStatus
p.cxrz_status as cxrzStatus,
p.sn_voucher_number as snVoucherNumber,
p.posting_time as postingTime,
p.image_id as imageId,

Loading…
Cancel
Save