Browse Source

我要提建议,排序方式变更

origin/epidemic_user
zhangyongzhangyong 4 years ago
parent
commit
91e8f6a6b6
  1. 3
      epdc-cloud-custom/src/main/resources/mapper/suggestion/SuggestionMakeDao.xml

3
epdc-cloud-custom/src/main/resources/mapper/suggestion/SuggestionMakeDao.xml

@ -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">

Loading…
Cancel
Save