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>
</if>
<if test="bzdh != null and bzdh != '' and bzdh != 'null'">
and p.bzdh = #{bzdh}
</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}

Loading…
Cancel
Save