export const getTeacher = query => {
  const wh = model.query(qb => {
    qb.where('isNoLecturer', '=', '1');
});

  return get(wh, { ...query });
};
posted on 2018-05-22 17:25  晓晨  阅读(218)  评论(0编辑  收藏  举报