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
51902470
Commit
51902470
authored
Aug 26, 2020
by
luzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:allNewCount
parent
46aa7275
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
HomeParamDTO.java
...in/java/org/rcisoft/business/blabel/dto/HomeParamDTO.java
+3
-0
BLabelServiceImpl.java
...isoft/business/blabel/service/impl/BLabelServiceImpl.java
+1
-0
No files found.
src/main/java/org/rcisoft/business/blabel/dto/HomeParamDTO.java
View file @
51902470
...
...
@@ -20,4 +20,7 @@ public class HomeParamDTO {
@ApiModelProperty
(
value
=
"标签集合"
)
private
List
<
BLabel
>
labels
;
@ApiModelProperty
(
value
=
"allNewCount"
)
private
int
allNewCount
;
}
src/main/java/org/rcisoft/business/blabel/service/impl/BLabelServiceImpl.java
View file @
51902470
...
...
@@ -93,6 +93,7 @@ public class BLabelServiceImpl implements BLabelService {
if
(
"1"
.
equals
(
b
.
getIsNew
()))
newLessons
.
add
(
b
);
}
paramDTO
.
setAllNewCount
(
newLessons
.
size
());
LogUtil
.
addnNewLog
(
"-----------addNewLable----------当前查询课程总个数--"
+
lessons
.
size
()+
"--------------------"
);
//遍历分类数据
List
<
QueryCourseResDTO
>
dtoList
=
bCourseRepository
.
queryFirstLevel
(
curUser
.
getCorpId
(),
20
);
...
...
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