Commit 7255e78e by jianan

日程列表正序排列

parent 4220a71f
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
FROM FROM
ag_mkt_schedule_task_tracking t ag_mkt_schedule_task_tracking t
WHERE practitioner_id = #{practitionerId,jdbcType=BIGINT} WHERE practitioner_id = #{practitionerId,jdbcType=BIGINT}
ORDER BY task_time_from DESC ORDER BY task_time_from
</select> </select>
<insert id="insert" keyColumn="id" keyProperty="id" parameterType="com.yd.dal.entity.practitioner.ScheduleTrack" useGeneratedKeys="true"> <insert id="insert" keyColumn="id" keyProperty="id" parameterType="com.yd.dal.entity.practitioner.ScheduleTrack" useGeneratedKeys="true">
......
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