Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea_resource_api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高宇
tea_resource_api
Commits
b824426b
Commit
b824426b
authored
Jul 26, 2024
by
刘帅阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分支前
parent
df6b42fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
PcGroupMapper.xml
...esources/mapper/business/pcgroup.mapper/PcGroupMapper.xml
+6
-6
No files found.
src/main/resources/mapper/business/pcgroup.mapper/PcGroupMapper.xml
View file @
b824426b
...
...
@@ -204,7 +204,7 @@
*
FROM
( SELECT DISTINCT pll.user_id, pll.lesson_id, pll.chapter_id FROM `pc_lesson_learntime` pll WHERE
pll.chapter_complete =
'1'
) l
pll.chapter_complete =
1
) l
) aa ON pgu.user_id = aa.user_id
AND prl.lesson_id = aa.lesson_id
LEFT JOIN (
...
...
@@ -217,7 +217,7 @@
WHERE
1 = 1
AND pll.del_flag = 0
AND pll.chapter_complete =
'1'
AND pll.chapter_complete =
1
GROUP BY
pll.user_id,
pll.lesson_id
...
...
@@ -243,7 +243,7 @@
bc.del_flag = 0
AND bc.flag = 1
AND bc.pid = - 1
AND bc.lesson_or_sl =
'1'
AND bc.lesson_or_sl =
1
ORDER BY
bc.sort ASC
) UNION ALL
...
...
@@ -273,7 +273,7 @@
bc.del_flag = 0
AND bc.flag = 1
AND bc.pid = - 1
AND bc.lesson_or_sl =
'1'
AND bc.lesson_or_sl =
11
ORDER BY
bc.sort ASC
)
...
...
@@ -317,7 +317,7 @@
bc.del_flag = 0
AND bc.flag = 1
AND bc.pid = - 1
AND bc.lesson_or_sl =
'1'
AND bc.lesson_or_sl =
1
ORDER BY
bc.sort ASC
)
...
...
@@ -333,7 +333,7 @@
t.lesson_id
) allCour ON prl.lesson_id = allCour.lessonId
LEFT JOIN ( SELECT course_id, answer_id, business_id FROM tea_exam_examination_paper WHERE del_flag = 0 and flag
=
'1'
) paper ON
=
1
) paper ON
paper.answer_id = pgu.user_id
AND paper.course_id = prl.lesson_id
LEFT JOIN tea_lesson_begin_class tlbc ON tlbc.lesson_id = prl.lesson_id AND tlbc.del_flag = 0 AND
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment