|
@@ -92,7 +92,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<!-- 数据范围过滤 -->
|
|
<!-- 数据范围过滤 -->
|
|
|
${params.dataScope}
|
|
${params.dataScope}
|
|
|
</where>
|
|
</where>
|
|
|
- order by s.id desc
|
|
|
|
|
|
|
+ order by s.handle_time desc, s.id desc
|
|
|
</select>
|
|
</select>
|
|
|
<select id="selectLabPhotoNoteById" resultMap="LabPhotoNoteResult">
|
|
<select id="selectLabPhotoNoteById" resultMap="LabPhotoNoteResult">
|
|
|
<include refid="selectLabPhotoNoteVo"/>
|
|
<include refid="selectLabPhotoNoteVo"/>
|