Commit 5bf5cf24 authored by neo's avatar neo

[bugfix] use rownum instead of limit

parent 9e2a6a9a
......@@ -228,7 +228,7 @@
AND CT.COLUMN_INDEX = #{columnIndex,jdbcType = INTEGER}
AND CT.PERIOD = #{period,jdbcType = INTEGER}
AND CTC.DATA_SOURCE_TYPE = 2
AND CTC.PERIOD= #{period,jdbcType = INTEGER} LIMIT 1
AND CTC.PERIOD= #{period,jdbcType = INTEGER} AND ROWNUM = 1
</select>
</mapper>
\ No newline at end of file
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