正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -23,7 +23,7 @@ sutudentMeetingService.prototype.addStudentMeeting = async(body)=>{ | @@ -23,7 +23,7 @@ sutudentMeetingService.prototype.addStudentMeeting = async(body)=>{ | ||
23 | let oldSutudentMeeting = await sutudentMeeting.findOne({where:{studentId:body.studentId,meetingId:body.meetingId}}); | 23 | let oldSutudentMeeting = await sutudentMeeting.findOne({where:{studentId:body.studentId,meetingId:body.meetingId}}); |
24 | if(oldSutudentMeeting){ | 24 | if(oldSutudentMeeting){ |
25 | t.rollback(); | 25 | t.rollback(); |
26 | - return {code:300,msg:'您已预约这堂课',data:oldSutudentMeeting} | 26 | + return {code:300,msg:'您已预约这堂课'} |
27 | } | 27 | } |
28 | let Meeting = await meetingModel.findOne({where:{id:body.meetingId}}); | 28 | let Meeting = await meetingModel.findOne({where:{id:body.meetingId}}); |
29 | if(!Meeting){ | 29 | if(!Meeting){ |
@@ -11,7 +11,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{ | @@ -11,7 +11,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{ | ||
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"; |
16 | console.log(shell) | 16 | console.log(shell) |
17 | callfile.exec(shell,function(err, stdout, stderr){ | 17 | callfile.exec(shell,function(err, stdout, stderr){ |
-
请 注册 或 登录 后发表评论