Commit 3d766977 by hulei

汇率获取增加多实体

parent 564aaab2
......@@ -61,6 +61,7 @@
from xrt
where cur = #{cur,jdbcType=VARCHAR}
<![CDATA[and begdat<= #{curDat,jdbcType=DATE} and enddat > #{curDat,jdbcType=DATE}]]>
and etgextkey = #{_etgextkey}
</select>
<delete id="deleteByPrimaryKey">
......
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