Commit 0780ec16 authored by liuyang's avatar liuyang

fixed sql error

parent 94b7d0c6
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
WHERE c.is_del = 0 WHERE c.is_del = 0
and c.`status` = 'UP' and c.`status` = 'UP'
and c.allow = 'ALL' and c.allow = 'ALL'
ORDER BY sort_no ASC DESC ORDER BY sort_no ASC
</select> </select>
<select id="findListByTags" resultType="com.qkdata.biz.management.entity.CoursePO"> <select id="findListByTags" resultType="com.qkdata.biz.management.entity.CoursePO">
SELECT c.* SELECT c.*
......
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