Commit 345c3d7e by wangming

Merge branch 'wangming' into '105'

banner

See merge request !11
2 parents 563bf52e d996b95e
......@@ -148,7 +148,8 @@
c.course_name AS courseName,
date_format(c.create_dt,'%Y-%m-%d %H:%i:%S') createDt,
if(c.live_url is not null,1,2) liveStatus,
c.is_up AS isUp
c.is_up AS isUp,
c.weight
FROM
t_kzy_course c
WHERE c.course_type=2
......@@ -198,7 +199,8 @@
c.course_name AS courseName,
c.pic_url AS picUrl,
c.live_url AS liveUrl,
c.course_introduce AS courseIntroduce
c.course_introduce AS courseIntroduce,
c.weight
FROM
t_kzy_course c
WHERE c.course_type = 2
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!