oms-进出口原始单证查询列表(部分)

This commit is contained in:
zhaoqing
2026-05-11 18:09:34 +08:00
parent acbc8bfe02
commit 2fb2f6e905
2 changed files with 49 additions and 0 deletions
@@ -670,6 +670,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="documentDate != null ">
and DOCUMENT_DATE = #{documentDate}
</if>
<if test="ieType != null ">
and IE_TYPE = #{ieType}
</if>
</where>
</sql>