|
|
@@ -68,6 +68,7 @@
|
|
|
<if test="coreIntroduceLetter.status != null and coreIntroduceLetter.status != ''">
|
|
|
and a.status = #{coreIntroduceLetter.status}
|
|
|
</if>
|
|
|
+ order by a.create_time DESC
|
|
|
</select>
|
|
|
|
|
|
|
|
|
@@ -290,6 +291,7 @@
|
|
|
<if test="coreIntroduceLetter.approveStatus !=null">
|
|
|
and c.approve_status = #{coreIntroduceLetter.approveStatus}
|
|
|
</if>
|
|
|
+ order by c.approve_status
|
|
|
</select>
|
|
|
<select id="findLetterApproveInfos"
|
|
|
resultType="com.xunmei.common.core.domain.letter.vo.CoreIntroduceLetterApproveVo">
|