|
|
@ -50,7 +50,7 @@ |
|
|
|
<if test="userId != null and userId != ''"> |
|
|
|
AND USER_ID = #{userId} |
|
|
|
</if> |
|
|
|
ORDER BY m.IS_FEEDBACK DESC, m.CREATED_TIME DESC |
|
|
|
ORDER BY m.CREATED_TIME DESC |
|
|
|
LIMIT #{pageIndex},#{pageSize} |
|
|
|
</select> |
|
|
|
|
|
|
@ -114,6 +114,7 @@ |
|
|
|
#{deptId} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
ORDER BY auth.CREATED_TIME DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectDetailById" resultType="com.elink.esua.epdc.dto.suggestion.SuggestionMakeDTO"> |
|
|
|