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
8f9b3294
Commit
8f9b3294
authored
Mar 30, 2023
by
董天德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改必录项
parent
f290cc58
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
BuildBedController.java
...ungraim/ltc/governance/controller/BuildBedController.java
+6
-6
No files found.
governance/src/main/java/com/hungraim/ltc/governance/controller/BuildBedController.java
View file @
8f9b3294
...
...
@@ -81,18 +81,18 @@ public class BuildBedController {
//家庭住址
return
Result
.
failed
(
ResultCode
.
REQUEST_PARAM_ERROR
);
}
if
(
buildBedDetailVo
.
getNursingDemandLevel
()
==
null
||
buildBedDetailVo
.
getNursingDemandLevel
()
<
1
||
buildBedDetailVo
.
getNursingDemandLevel
()
>
5
)
{
/*
if (buildBedDetailVo.getNursingDemandLevel() == null || buildBedDetailVo.getNursingDemandLevel() < 1 || buildBedDetailVo.getNursingDemandLevel() > 5) {
//护理需求等级
return Result.failed(ResultCode.REQUEST_PARAM_ERROR);
}
if
(
StringUtils
.
isBlank
(
buildBedDetailVo
.
getChanghuNo
()))
{
}
*/
/*
if (StringUtils.isBlank(buildBedDetailVo.getChanghuNo())) {
//长护号
return Result.failed(ResultCode.REQUEST_PARAM_ERROR);
}
if
(
buildBedDetailVo
.
getGuaranteeMode
()
==
null
||
buildBedDetailVo
.
getGuaranteeMode
()
<
1
||
buildBedDetailVo
.
getGuaranteeMode
()
>
3
)
{
}
*/
/*
if (buildBedDetailVo.getGuaranteeMode() == null || buildBedDetailVo.getGuaranteeMode() < 1 || buildBedDetailVo.getGuaranteeMode() > 3) {
//保障方式
return Result.failed(ResultCode.REQUEST_PARAM_ERROR);
}
}
*/
buildBedService
.
saveOrUpdateBuildBed
(
buildBedDetailVo
);
return
Result
.
success
();
}
...
...
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