Commit 24be51e4 by zhangkb

修改获取日志详情sql语句

parent 6bd47715
......@@ -5,8 +5,8 @@
select *
from compare_unit_cal_log
where compare_id=#{compareId}
limit #{start},#{end}
order by create_time desc
limit #{start},#{end}
</select>
<select id="countByCompareId" parameterType="java.lang.String" resultType="java.lang.Integer">
......
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