付智勇

no message

@@ -103,7 +103,8 @@ studentMeetingService.prototype.updateStudentMeetingBySite = async(id,page=1,pag @@ -103,7 +103,8 @@ studentMeetingService.prototype.updateStudentMeetingBySite = async(id,page=1,pag
103 3meet.end_time meetingEndTime, 103 3meet.end_time meetingEndTime,
104 3sm. STATUS studentMeetingStatus, 104 3sm. STATUS studentMeetingStatus,
105 3u2.user_name checkUserName, 105 3u2.user_name checkUserName,
106 - 3sm.check_time check_time 106 + 3sm.check_time check_time,
  107 + 3sm.id studentMeetingId
107 FROM 108 FROM
108 3m_student_meeting 3sm 109 3m_student_meeting 3sm
109 LEFT JOIN 3m_user 3u ON 3u.id = 3sm.student_id 110 LEFT JOIN 3m_user 3u ON 3u.id = 3sm.student_id
@@ -9,7 +9,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{ @@ -9,7 +9,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{
9 return new Promise((resolve, reject) =>{ 9 return new Promise((resolve, reject) =>{
10 let shell =`cd /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/ && ./Recorder_local`+ 10 let shell =`cd /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/ && ./Recorder_local`+
11 ` --appId ` +appId + 11 ` --appId ` +appId +
12 - ` --uid ` +uid + 12 + //` --uid ` +uid +
13 ` --channel ` + channel + 13 ` --channel ` + channel +
14 //` --channelKey ` + channelKey + 14 //` --channelKey ` + channelKey +
15 " --appliteDir \`pwd\`/../bin"; 15 " --appliteDir \`pwd\`/../bin";