Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
acb35b8d
Commit
acb35b8d
authored
Oct 09, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
c95878d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentCheckServiceImpl.java
+6
-6
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentCheckServiceImpl.java
View file @
acb35b8d
...
...
@@ -560,15 +560,15 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic
if
(
StringUtils
.
isBlank
(
dto
.
getInsurantRel
()))
{
throw
new
BusinessException
(
tipStr
+
"与受保人关系不能为空"
);
}
if
(
Objects
.
isNull
(
dto
.
getId
()))
{
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的受益人信息主键id不能为空"
);
}
//
if (Objects.isNull(dto.getId())) {
//
throw new BusinessException(tipStr+"第"+i+"项的受益人信息主键id不能为空");
//
}
// if (StringUtils.isBlank(dto.getAppointmentBizId())) {
// throw new BusinessException(tipStr+"第"+i+"项的预约信息主表唯一业务ID不能为空");
// }
if
(
StringUtils
.
isBlank
(
dto
.
getBeneficiaryBizId
()))
{
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的受益人信息表唯一业务ID不能为空"
);
}
//
if (StringUtils.isBlank(dto.getBeneficiaryBizId())) {
//
throw new BusinessException(tipStr+"第"+i+"项的受益人信息表唯一业务ID不能为空");
//
}
if
(
RelTypeEnum
.
MYSELF
.
getItemValue
().
equals
(
dto
.
getInsurantRel
()))
{
//如果对象与受保人关系为本人,就不校验下面的参数,继续循环下一个
...
...
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