Commit 9c8a4d66 authored by unset's avatar unset

添加通知信息

parent 5df8fcad
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<if test="sortType == 2"> <if test="sortType == 2">
order by ni.rank DESC order by ni.rank DESC
</if> </if>
<if test="sortType != 3"> <if test="sortType == 3">
order by ni.upd_time DESC order by ni.upd_time DESC
</if> </if>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment