Commit 53ff5701 authored by neo's avatar neo

[bugfix] fixed manual formual sql error miss and befor rownum

parent c89864c9
......@@ -112,7 +112,7 @@
AND CT.PERIOD = R.PERIOD
WHERE
CT.CELL_TEMPLATE_ID = #{cellTemplateId,jdbcType=BIGINT}
AND R.ID = #{reportId,jdbcType=BIGINT} ROWNUM = 1
AND R.ID = #{reportId,jdbcType=BIGINT} 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