From 0be84003be9f4ae2c985b899d4cf1b4a42a1bd9f Mon Sep 17 00:00:00 2001
From: 付智勇 <fuzhiyong@efangtec.com>
Date: Tue, 12 Sep 2017 17:33:33 +0800
Subject: [PATCH] no message

---
 services/studentMeetingService.js                            | 3 ++-
 util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/services/studentMeetingService.js b/services/studentMeetingService.js
index 0e855b9..78aab7f 100644
--- a/services/studentMeetingService.js
+++ b/services/studentMeetingService.js
@@ -103,7 +103,8 @@ studentMeetingService.prototype.updateStudentMeetingBySite = async(id,page=1,pag
                         3meet.end_time meetingEndTime,                        
                         3sm. STATUS studentMeetingStatus,
                         3u2.user_name checkUserName,
-                        3sm.check_time check_time
+                        3sm.check_time check_time,
+                        3sm.id studentMeetingId
                     FROM
                         3m_student_meeting 3sm
                     LEFT JOIN 3m_user 3u ON 3u.id = 3sm.student_id
diff --git a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
index 5081807..38eb4de 100644
--- a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
+++ b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
@@ -9,7 +9,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{
     return new Promise((resolve, reject) =>{
         let  shell =`cd /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/ && ./Recorder_local`+
         ` --appId  ` +appId +
-        ` --uid ` +uid +
+        //` --uid ` +uid +
         ` --channel ` +  channel +
         //` --channelKey ` + channelKey +        
         " --appliteDir  \`pwd\`/../bin";
--
libgit2 0.24.0