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> </foreach>
</if> </if>
<if test="bzdh != null and bzdh != '' and bzdh != 'null'"> <!-- <if test="bzdh != null and bzdh != '' and bzdh != 'null'">-->
and p.bzdh = #{bzdh} <!-- and p.bzdh = #{bzdh}-->
</if> <!-- </if>-->
<!-- <if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'">-->
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'"> <!-- and p.inaccount_status = #{inAccountStatus}-->
and p.inaccount_status = #{inAccountStatus} <!-- </if>-->
</if>
<if test="queryParams.gfsh!=null and queryParams.gfsh!=''"> <if test="queryParams.gfsh!=null and queryParams.gfsh!=''">
and p.gf_tax_no = #{queryParams.gfsh} and p.gf_tax_no = #{queryParams.gfsh}

Loading…
Cancel
Save