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
46b77a9e
Commit
46b77a9e
authored
Jul 15, 2020
by
liuyuanjun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'meiteng-2.0' into master-1.0.2
parents
1d39b88d
475e8c60
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
BLesson.java
...ain/java/org/rcisoft/business/blesson/entity/BLesson.java
+3
-0
BLessonServiceImpl.java
...oft/business/blesson/service/impl/BLessonServiceImpl.java
+2
-2
BLessonMapper.xml
...esources/mapper/business/blesson/mapper/BLessonMapper.xml
+1
-0
No files found.
src/main/java/org/rcisoft/business/blesson/entity/BLesson.java
View file @
46b77a9e
...
@@ -171,6 +171,9 @@ public class BLesson extends IdEntity<BLesson> {
...
@@ -171,6 +171,9 @@ public class BLesson extends IdEntity<BLesson> {
@ApiModelProperty
(
value
=
"平台推荐自带标签"
)
@ApiModelProperty
(
value
=
"平台推荐自带标签"
)
private
String
pushLabel
;
private
String
pushLabel
;
@ApiModelProperty
(
value
=
"平台推荐自带标签"
)
private
String
pushLable
;
//-------------------------------------
//-------------------------------------
@ApiModelProperty
(
value
=
"学习进度"
)
@ApiModelProperty
(
value
=
"学习进度"
)
...
...
src/main/java/org/rcisoft/business/blesson/service/impl/BLessonServiceImpl.java
View file @
46b77a9e
...
@@ -232,8 +232,8 @@ public class BLessonServiceImpl implements BLessonService {
...
@@ -232,8 +232,8 @@ public class BLessonServiceImpl implements BLessonService {
bLessonRepository
.
hotNumberReCount2
(
bLesson
.
getBusinessId
());
bLessonRepository
.
hotNumberReCount2
(
bLesson
.
getBusinessId
());
}
}
//添加 推送至企业信息 标签信息
//添加 推送至企业信息 标签信息
if
(
StringUtils
.
isNotEmpty
(
bLesson
.
getPushLab
el
()))
{
if
(
StringUtils
.
isNotEmpty
(
bLesson
.
getPushLab
le
()))
{
String
[]
labels
=
bLesson
.
getPushLab
el
().
split
(
","
);
String
[]
labels
=
bLesson
.
getPushLab
le
().
split
(
","
);
List
<
QueryLabelResDTO
>
dto
=
bLabelRepository
.
queryPushLabel
(
labels
);
List
<
QueryLabelResDTO
>
dto
=
bLabelRepository
.
queryPushLabel
(
labels
);
bLesson
.
setLabelList
(
dto
);
bLesson
.
setLabelList
(
dto
);
}
}
...
...
src/main/resources/mapper/business/blesson/mapper/BLessonMapper.xml
View file @
46b77a9e
...
@@ -96,6 +96,7 @@
...
@@ -96,6 +96,7 @@
<result
column=
"value_gain"
jdbcType=
"VARCHAR"
property=
"valueGain"
/>
<result
column=
"value_gain"
jdbcType=
"VARCHAR"
property=
"valueGain"
/>
<result
column=
"value_update_date"
jdbcType=
"TIMESTAMP"
property=
"valueUpdateDate"
/>
<result
column=
"value_update_date"
jdbcType=
"TIMESTAMP"
property=
"valueUpdateDate"
/>
<result
column=
"is_trans"
jdbcType=
"VARCHAR"
property=
"isTrans"
/>
<result
column=
"is_trans"
jdbcType=
"VARCHAR"
property=
"isTrans"
/>
<result
column=
"push_lable"
jdbcType=
"VARCHAR"
property=
"pushLable"
/>
<collection
property=
"labelList"
ofType=
"org.rcisoft.business.blabel.dto.QueryLabelResDTO"
<collection
property=
"labelList"
ofType=
"org.rcisoft.business.blabel.dto.QueryLabelResDTO"
...
...
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