Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
涂亚平
/
subsidy
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e5b8c633
authored
Oct 20, 2022
by
涂亚平
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
插入视频逻辑修改
1 parent
98e47754
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/subsidy/service/impl/ClassDictServiceImpl.java
src/main/java/com/subsidy/service/impl/ClassDictServiceImpl.java
View file @
e5b8c63
...
...
@@ -129,6 +129,7 @@ public class ClassDictServiceImpl extends ServiceImpl<ClassDictMapper, ClassDict
//新建一个班级
ClassDictDO
classDictDO
=
new
ClassDictDO
();
BeanUtils
.
copyProperties
(
addClassDTO
,
classDictDO
);
classDictDO
.
setLimitHour
(
1
);
this
.
baseMapper
.
insert
(
classDictDO
);
//班级里添加成员
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment