添加排序功能
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user