Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
Project
Project
Details
Activity
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
hubin
long-tern-care-service
Commits
ad406c6e
Commit
ad406c6e
authored
Feb 27, 2023
by
“xuhd”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题80、复评申请列表复评审核页面,审核通过时,备注不必录。审核不通过时,备注必录。
parent
60750bac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ReTaskController.java
...in/java/com/hungraim/ltc/controller/ReTaskController.java
+1
-1
No files found.
assessment/assessment-service/src/main/java/com/hungraim/ltc/controller/ReTaskController.java
View file @
ad406c6e
...
...
@@ -80,7 +80,7 @@ public class ReTaskController {
*/
@RequestMapping
(
"/disableExamine"
)
public
Result
disableExamine
(
String
applyId
,
String
checkName
,
Short
applyStatus
,
String
checkRemark
)
{
if
(
StringUtils
.
isBlank
(
applyId
)
||
StringUtils
.
isBlank
(
checkName
)
||
StringUtils
.
isBlank
(
checkRemark
)
||
null
==
applyStatus
)
{
if
(
StringUtils
.
isBlank
(
applyId
)
||
StringUtils
.
isBlank
(
checkName
)
||
null
==
applyStatus
)
{
return
Result
.
failed
(
"查询参数错误"
);
}
reTaskService
.
disableExamine
(
applyId
,
checkName
,
applyStatus
,
checkRemark
);
...
...
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