md
This commit is contained in:
parent
3bec00e04b
commit
b0dc4b6c42
@ -89,10 +89,10 @@
|
||||
<if test="updateSite != null and updateSite != ''"> and update_site = #{updateSite}</if>
|
||||
|
||||
<if test="params.beginTradeDate != null and params.beginTradeDate != ''">
|
||||
and a.trade_date <![CDATA[ >= ]]> #{params.beginTradeDate}
|
||||
and trade_date <![CDATA[ >= ]]> #{params.beginTradeDate}
|
||||
</if>
|
||||
<if test="params.endTradeDate != null and params.endTradeDate != ''">
|
||||
and a.trade_date <![CDATA[ <= ]]> #{params.endTradeDate}
|
||||
and trade_date <![CDATA[ <= ]]> #{params.endTradeDate}
|
||||
</if>
|
||||
|
||||
</where>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user