Commit a912e556 by XiaHou

云应用相关的业务代码

parent 06cadb45
......@@ -105,7 +105,7 @@
start_time_str AS startTimeStr, end_time_str AS endTimeStr
FROM atl_time_timemark
WHERE time_id = #{timeId} AND type = #{type} AND del_flag = '0'
ORDER BY start_time ASC
ORDER BY start_time,start_time_str ASC
</select>
<select id="getAll" resultType="com.hwstudio.antaile.entity.AtlTimeTimemark">
......@@ -113,7 +113,7 @@
start_time_str AS startTimeStr, end_time_str AS endTimeStr
from atl_time_timemark
where time_id = #{timeId} and del_flag = '0' and type = #{type}
ORDER BY start_time ASC
ORDER BY start_time,start_time_str ASC
</select>
<select id="getById" resultType="com.hwstudio.antaile.entity.AtlTimeTimemark">
......
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