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
1ee6eac2
Commit
1ee6eac2
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
57da806f
1d6eb097
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
BLessonPersonServiceImpl.java
...siness/blesson/service/impl/BLessonPersonServiceImpl.java
+2
-0
BLessonServiceImpl.java
...oft/business/blesson/service/impl/BLessonServiceImpl.java
+2
-0
No files found.
src/main/java/org/rcisoft/business/blesson/service/impl/BLessonPersonServiceImpl.java
View file @
1ee6eac2
...
@@ -511,6 +511,8 @@ public class BLessonPersonServiceImpl implements BLessonPersonService {
...
@@ -511,6 +511,8 @@ public class BLessonPersonServiceImpl implements BLessonPersonService {
b
.
setIsNew
(
"1"
);
b
.
setIsNew
(
"1"
);
log
.
info
(
"-----------addNew---------当前课程已设置new-------"
+
b
);
log
.
info
(
"-----------addNew---------当前课程已设置new-------"
+
b
);
}
}
}
else
{
b
.
setIsNew
(
""
);
}
}
}
}
return
result
;
return
result
;
...
...
src/main/java/org/rcisoft/business/blesson/service/impl/BLessonServiceImpl.java
View file @
1ee6eac2
...
@@ -2006,6 +2006,8 @@ public class BLessonServiceImpl implements BLessonService {
...
@@ -2006,6 +2006,8 @@ public class BLessonServiceImpl implements BLessonService {
b
.
setIsNew
(
"1"
);
b
.
setIsNew
(
"1"
);
log
.
info
(
"-----------addNew---------当前课程已设置new-------"
+
b
);
log
.
info
(
"-----------addNew---------当前课程已设置new-------"
+
b
);
}
}
}
else
{
b
.
setIsNew
(
""
);
}
}
}
}
return
result
;
return
result
;
...
...
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