Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
付智勇
/
koa2_Sequelize_project
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
付智勇
8 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd349c48bae9633d649aacaf904c388baab56ea3
cd349c48
1 parent
dbe1e3ca
no message
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
16 行增加
和
1 行删除
services/studentMeetingService.js
services/studentMeetingService.js
查看文件 @
cd349c4
...
...
@@ -126,7 +126,22 @@ studentMeetingService.prototype.getStudentMeetingByStudentId = async(id,page=1,p
3sm. STATUS studentMeetingStatus,
3u2.user_name checkUserName,
3sm.check_time check_time,
3sm.id studentMeetingId
3sm.id studentMeetingId,
(SELECT
3m_attachment.path
FROM
3m_user
LEFT JOIN 3m_attachment ON 3m_attachment.business_id = 3m_user.id
WHERE
3m_user.login_name = 3meet.create_user) teacherPhoto,
(
SELECT
path
FROM
3m_attachment
WHERE
3m_attachment.business_id = 3meet.id
) meetingPhoto
FROM
3m_student_meeting 3sm
LEFT JOIN 3m_user 3u ON 3u.id = 3sm.student_id
...
...
请
注册
或
登录
后发表评论