ariesy 修改出口转内销查询

release
yefei 2 years ago
parent e7d7f4aece
commit de3ff02882
  1. 6
      dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml

@ -421,9 +421,9 @@
</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}

Loading…
Cancel
Save