Commit cc006d51 authored by wangzhengwen's avatar wangzhengwen

看板

parent 150d90b1
......@@ -219,7 +219,7 @@ class Index extends BaseController
->alias('zy')
->join('course kc','zy.course_id=kc.id')
->join('course_category kcfl','kc.cate_id=kcfl.id')
// ->where('user_id', $userId)
->where('user_id', $userId)
->where('zy.is_del', 0)
->field('zy.id, zy.title, zy.course_id,kc.title as course_name,kc.cate_id,kcfl.title as course_category')
->select()
......
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