Commit 4bddf477 authored by liuyang's avatar liuyang

企业课程列表按创建时间升序排序

parent 923efeec
...@@ -153,6 +153,6 @@ ...@@ -153,6 +153,6 @@
and c.`status` = 'UP' and c.`status` = 'UP'
and c.allow = 'SPECIFY' and c.allow = 'SPECIFY'
and a.org_id = #{p.orgId} and a.org_id = #{p.orgId}
ORDER BY c.create_time ASC
</select> </select>
</mapper> </mapper>
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