付智勇

no message

@@ -89,6 +89,13 @@ meetingService.prototype.getMeeting = async(queryData,page = 1,pageno =12) =>{ @@ -89,6 +89,13 @@ meetingService.prototype.getMeeting = async(queryData,page = 1,pageno =12) =>{
89 ahead_time AS aheadTime, 89 ahead_time AS aheadTime,
90 chat_interval AS chatInterval, 90 chat_interval AS chatInterval,
91 h5_Module AS h5Module, 91 h5_Module AS h5Module,
  92 + (SELECT
  93 + 3m_attachment.path
  94 + FROM
  95 + 3m_user
  96 + LEFT JOIN 3m_attachment ON 3m_attachment.business_id = 3m_user.id
  97 + WHERE
  98 + 3m_user.login_name = 3m_meeting.create_user) teacherPhoto,
92 ( 99 (
93 SELECT 100 SELECT
94 path 101 path