添加排序功能

This commit is contained in:
huangdeliang
2021-06-22 15:03:20 +08:00
parent bc3440d52f
commit 19e961cdbc
6 changed files with 976 additions and 751 deletions

View File

@ -156,7 +156,7 @@
, 0 as playLevel
</if>
from sys_nutritional_video snv where cate_id = #{id} and del_flag = 0 and show_flag = 1
order by priority_level desc,id asc
order by priority_level asc
</select>
</mapper>