Commit 0ae1e7b2 by hulei

修正汇款登记薄

parent b2de60d1
...@@ -684,10 +684,10 @@ ...@@ -684,10 +684,10 @@
AND UPPER(cpd.OWNREF) LIKE concat(concat('%', UPPER(#{seaownref})), '%') AND UPPER(cpd.OWNREF) LIKE concat(concat('%', UPPER(#{seaownref})), '%')
</if> </if>
<!--日期--> <!--日期-->
<if test="opndatfrom != null and opndatfrom != ''"> <if test="opndatfrom != null">
AND cpd.CREDAT &gt;= #{opndatfrom} AND cpd.CREDAT &gt;= #{opndatfrom}
</if> </if>
<if test="opndatto != null and opndatto != ''"> <if test="opndatto != null">
AND cpd.CREDAT &lt;= #{opndatto} AND cpd.CREDAT &lt;= #{opndatto}
</if> </if>
<if test="seasta != null and seasta != ''"> <if test="seasta != null and seasta != ''">
...@@ -808,10 +808,10 @@ ...@@ -808,10 +808,10 @@
AND UPPER(cpd.OWNREF) LIKE concat(concat('%', UPPER(#{seaownref})), '%') AND UPPER(cpd.OWNREF) LIKE concat(concat('%', UPPER(#{seaownref})), '%')
</if> </if>
<!--日期--> <!--日期-->
<if test="opndatfrom != null and opndatfrom != ''"> <if test="opndatfrom != null">
AND cpd.CREDAT &gt;= #{opndatfrom} AND cpd.CREDAT &gt;= #{opndatfrom}
</if> </if>
<if test="opndatto != null and opndatto != ''"> <if test="opndatto != null">
AND cpd.CREDAT &lt;= #{opndatto} AND cpd.CREDAT &lt;= #{opndatto}
</if> </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