Commit b5fbbe27 authored by frank.xa.zhang's avatar frank.xa.zhang

sort the menu of the report

parent 0da10868
......@@ -516,6 +516,7 @@
WHERE b.period = #{period,jdbcType=INTEGER}
AND b.project_id = #{projectID,jdbcType=VARCHAR}) d
ON c.id = d.template_id
ORDER BY template_code
</select>
<select id="getIDsForExceptTemplate" resultType="java.lang.Long">
......
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