Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangquan wangquan
test
Commits
8e5fac6e
Commit
8e5fac6e
authored
Sep 01, 2025
by
wangquan wangquan
Browse files
Merge branch 'feature/add_deleteByIds_api' into 'main'
修复没有在JavaDoc注释中添加创建者和创建日期,或对应信息为空bug See merge request
!13
parents
c99653dd
5143e9e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/java/src/main/java/com/mindskip/xzs/service/impl/ExamPaperServiceImpl.java
View file @
8e5fac6e
...
@@ -38,7 +38,10 @@ import java.util.Date;
...
@@ -38,7 +38,10 @@ import java.util.Date;
import
java.util.List
;
import
java.util.List
;
import
java.util.concurrent.atomic.AtomicInteger
;
import
java.util.concurrent.atomic.AtomicInteger
;
import
java.util.stream.Collectors
;
import
java.util.stream.Collectors
;
/**
* @author test
* @date 2023/05/08
*/
@Service
@Service
public
class
ExamPaperServiceImpl
extends
BaseServiceImpl
<
ExamPaper
>
implements
ExamPaperService
{
public
class
ExamPaperServiceImpl
extends
BaseServiceImpl
<
ExamPaper
>
implements
ExamPaperService
{
...
...
Write
Preview
Supports
Markdown
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