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
956c1a8b
Commit
956c1a8b
authored
Sep 29, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
cdd348a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentCheckServiceImpl.java
+7
-7
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentCheckServiceImpl.java
View file @
956c1a8b
...
@@ -311,11 +311,11 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic
...
@@ -311,11 +311,11 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic
if
(
StringUtils
.
isNotBlank
(
dto
.
getAdditionalBizId
()))
{
if
(
StringUtils
.
isNotBlank
(
dto
.
getAdditionalBizId
()))
{
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的附加险信息表唯一业务ID不传值"
);
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的附加险信息表唯一业务ID不传值"
);
}
}
if
(
StringUtils
.
isBlank
(
dto
.
getPlanBizId
()))
{
//
if (StringUtils.isBlank(dto.getPlanBizId())) {
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的产品计划信息表唯一业务ID不能为空"
);
//
throw new BusinessException(tipStr+"第"+i+"项的产品计划信息表唯一业务ID不能为空");
}
//
}
if
(
StringUtils
.
isBlank
(
dto
.
getAdditionalProductBizId
()))
{
if
(
StringUtils
.
isBlank
(
dto
.
getAdditionalProductBizId
()))
{
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的保险附加产品
唯一业务ID
不能为空"
);
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的保险附加产品
名称
不能为空"
);
}
}
if
(
StringUtils
.
isBlank
(
dto
.
getCurrency
()))
{
if
(
StringUtils
.
isBlank
(
dto
.
getCurrency
()))
{
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的货币不能为空"
);
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的货币不能为空"
);
...
@@ -559,9 +559,9 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic
...
@@ -559,9 +559,9 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic
if
(!
Objects
.
isNull
(
dto
.
getId
()))
{
if
(!
Objects
.
isNull
(
dto
.
getId
()))
{
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的受益人信息主键id不传值"
);
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的受益人信息主键id不传值"
);
}
}
if
(
StringUtils
.
isBlank
(
dto
.
getAppointmentBizId
()))
{
//
if (StringUtils.isBlank(dto.getAppointmentBizId())) {
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的预约信息主表唯一业务ID不能为空"
);
//
throw new BusinessException(tipStr+"第"+i+"项的预约信息主表唯一业务ID不能为空");
}
//
}
if
(
StringUtils
.
isNotBlank
(
dto
.
getBeneficiaryBizId
()))
{
if
(
StringUtils
.
isNotBlank
(
dto
.
getBeneficiaryBizId
()))
{
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的受益人信息表唯一业务ID不传值"
);
throw
new
BusinessException
(
tipStr
+
"第"
+
i
+
"项的受益人信息表唯一业务ID不传值"
);
}
}
...
...
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