|
@@ -91,7 +91,7 @@
|
|
<if test="isDeleted!=null and isDeleted!=''">
|
|
<if test="isDeleted!=null and isDeleted!=''">
|
|
AND isDeleted=#{isDeleted}
|
|
AND isDeleted=#{isDeleted}
|
|
</if>
|
|
</if>
|
|
- ORDER BY isDeleted ASC,operTime DESC
|
|
|
|
|
|
+ ORDER BY isDeleted ASC,operTime DESC,conceptId DESC
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getConcept" resultType="com.diagbot.dto.ConceptRes" parameterType="com.diagbot.entity.wrapper.ConceptWrapper">
|
|
<select id="getConcept" resultType="com.diagbot.dto.ConceptRes" parameterType="com.diagbot.entity.wrapper.ConceptWrapper">
|