Commit 0ae1e7b2 by hulei

修正汇款登记薄

parent b2de60d1
......@@ -684,10 +684,10 @@
AND UPPER(cpd.OWNREF) LIKE concat(concat('%', UPPER(#{seaownref})), '%')
</if>
<!--日期-->
<if test="opndatfrom != null and opndatfrom != ''">
<if test="opndatfrom != null">
AND cpd.CREDAT &gt;= #{opndatfrom}
</if>
<if test="opndatto != null and opndatto != ''">
<if test="opndatto != null">
AND cpd.CREDAT &lt;= #{opndatto}
</if>
<if test="seasta != null and seasta != ''">
......@@ -808,10 +808,10 @@
AND UPPER(cpd.OWNREF) LIKE concat(concat('%', UPPER(#{seaownref})), '%')
</if>
<!--日期-->
<if test="opndatfrom != null and opndatfrom != ''">
<if test="opndatfrom != null">
AND cpd.CREDAT &gt;= #{opndatfrom}
</if>
<if test="opndatto != null and opndatto != ''">
<if test="opndatto != null">
AND cpd.CREDAT &lt;= #{opndatto}
</if>
<!--汇款类型-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment