Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
education
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
李丛阳
education
Commits
d95a1e0e
Commit
d95a1e0e
authored
Jul 11, 2020
by
luzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改链接
parent
ce6ed6a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
BLessonPersonRepository.java
...rcisoft/business/blesson/dao/BLessonPersonRepository.java
+0
-2
BLessonServiceImpl.java
...oft/business/blesson/service/impl/BLessonServiceImpl.java
+1
-0
No files found.
src/main/java/org/rcisoft/business/blesson/dao/BLessonPersonRepository.java
View file @
d95a1e0e
...
@@ -26,14 +26,12 @@ public interface BLessonPersonRepository extends BaseMapper<BLessonPerson> {
...
@@ -26,14 +26,12 @@ public interface BLessonPersonRepository extends BaseMapper<BLessonPerson> {
" left join b_lesson_corp blc on bl.business_id = blc.lesson_id and bl.corp_id = '###' "
+
" left join b_lesson_corp blc on bl.business_id = blc.lesson_id and bl.corp_id = '###' "
+
" where blp.del_flag != 1 and blp.flag = 1 "
+
" where blp.del_flag != 1 and blp.flag = 1 "
+
" and bl.del_flag != 1 and bl.flag = 1 "
+
" and bl.del_flag != 1 and bl.flag = 1 "
+
// " and bl.release_state = '2' " +
" and blp.person_id = #{param.userId} "
+
" and blp.person_id = #{param.userId} "
+
" and (bl.corp_id = #{param.corpId} or blc.corp_id = #{param.corpId} )"
+
" and (bl.corp_id = #{param.corpId} or blc.corp_id = #{param.corpId} )"
+
" <if test= \" param.isFinish != null and param.isFinish != ''\">and blp.is_finish = #{param.isFinish} </if> "
+
" <if test= \" param.isFinish != null and param.isFinish != ''\">and blp.is_finish = #{param.isFinish} </if> "
+
" <if test= \" param.lessonType !=null and param.lessonType != ''\">and bl.lesson_type = #{param.lessonType} </if> "
+
" <if test= \" param.lessonType !=null and param.lessonType != ''\">and bl.lesson_type = #{param.lessonType} </if> "
+
// " <if test= \" param.startFlag !=null and param.startFlag != ''\">and blp.start_flag = #{param.startFlag} </if> " +
" <if test= \" param.isAppoint !=null and param.isAppoint != ''\">and blp.is_appoint = #{param.isAppoint} </if> "
+
" <if test= \" param.isAppoint !=null and param.isAppoint != ''\">and blp.is_appoint = #{param.isAppoint} </if> "
+
" <if test= \" param.trainIsSign !=null and param.trainIsSign != ''\">and blp.train_is_sign = #{param.trainIsSign} </if> "
+
" <if test= \" param.trainIsSign !=null and param.trainIsSign != ''\">and blp.train_is_sign = #{param.trainIsSign} </if> "
+
" order by blp.update_date desc"
+
" order by blp.update_date desc"
+
...
...
src/main/java/org/rcisoft/business/blesson/service/impl/BLessonServiceImpl.java
View file @
d95a1e0e
...
@@ -741,6 +741,7 @@ public class BLessonServiceImpl implements BLessonService {
...
@@ -741,6 +741,7 @@ public class BLessonServiceImpl implements BLessonService {
files
.
addAll
(
fileList
);
files
.
addAll
(
fileList
);
BPLesson
bpLesson
=
new
BPLesson
();
BPLesson
bpLesson
=
new
BPLesson
();
BeanUtil
.
copyProperties
(
bLesson
,
bpLesson
);
BeanUtil
.
copyProperties
(
bLesson
,
bpLesson
);
bpLesson
.
setReleaseState
(
"2"
);
bpLessonRepository
.
insertSelective
(
bpLesson
);
bpLessonRepository
.
insertSelective
(
bpLesson
);
bpChapterRepository
.
insertList
(
chapters
);
bpChapterRepository
.
insertList
(
chapters
);
bpFileRepository
.
insertList
(
files
);
bpFileRepository
.
insertList
(
files
);
...
...
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