ariesy 修改出口转内销查询

release
yefei 2 years ago
parent de29a7f145
commit 41eb377952
  1. 13
      dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml

@ -318,13 +318,12 @@
</foreach>
</if>
<if test="bzdh != null and bzdh != '' and bzdh != 'null'">
and p.bzdh = #{bzdh}
</if>
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'">
and p.inaccount_status = #{inAccountStatus}
</if>
<!-- <if test="bzdh != null and bzdh != '' and bzdh != 'null'">-->
<!-- and p.bzdh = #{bzdh}-->
<!-- </if>-->
<!-- <if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'">-->
<!-- and p.inaccount_status = #{inAccountStatus}-->
<!-- </if>-->
<if test="queryParams.gfsh!=null and queryParams.gfsh!=''">
and p.gf_tax_no = #{queryParams.gfsh}

Loading…
Cancel
Save