Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张云鹏
/
uc-engine
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3974b7e4
...
3974b7e4cbbd15088e469b82fcb6a95fddf3b2a0
authored
2021-11-14 15:32:34 +0800
by
xianghan@topdraw.cn
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改任务已完成的提示信息
1 parent
59e60a40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
member-service-impl/src/main/java/com/topdraw/business/process/service/impl/TaskOperationServiceImpl.java
member-service-impl/src/main/java/com/topdraw/business/process/service/impl/TaskOperationServiceImpl.java
View file @
3974b7e
...
...
@@ -614,7 +614,7 @@ public class TaskOperationServiceImpl implements TaskOperationService {
Objects
.
nonNull
(
completionTime1
)
&&
completionTime1
.
toLocalDateTime
().
toLocalDate
().
compareTo
(
LocalDate
.
now
())
==
0
)
{
return
false
;
throw
new
BadRequestException
(
"任务已完成,请明日再来"
)
;
// 未做,成功
}
else
{
...
...
Please
register
or
sign in
to post a comment