Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
7e265cac
Commit
7e265cac
authored
Nov 19, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.17-商险待续签
parent
8300edc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
InsurancesConstants.java
...lus/v1/yifu/insurances/constants/InsurancesConstants.java
+1
-1
TInsuranceDetailServiceImpl.java
...s/service/insurance/impl/TInsuranceDetailServiceImpl.java
+5
-3
No files found.
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/constants/InsurancesConstants.java
View file @
7e265cac
...
...
@@ -1349,5 +1349,5 @@ public class InsurancesConstants {
public
static
final
String
INSURANCE_AUTO_FLAG_IS_ENABLE
=
"该项目已纳入自动化,请至作业自动化模块入职登记-接收确认后自动派单"
;
// 0待确认1待派单 可忽略
public
static
final
Set
<
String
>
ALERT_IGNORE_STATUS
=
new
HashSet
<>(
Arrays
.
asList
(
"0"
,
"1"
));
public
static
final
Set
<
String
>
ALERT_IGNORE_STATUS
=
new
HashSet
<>(
Arrays
.
asList
(
"0"
,
"1"
,
"2"
,
"5"
));
}
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/service/insurance/impl/TInsuranceDetailServiceImpl.java
View file @
7e265cac
...
...
@@ -8211,9 +8211,11 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
successNum
++;
}
}
baseMapper
.
batchexpireIgnore
(
successList
,
remark
);
//更新商险到期提醒表
baseMapper
.
batchexpireAlertIgnore
(
successList
,
remark
);
if
(!
successList
.
isEmpty
())
{
baseMapper
.
batchexpireIgnore
(
successList
,
remark
);
//更新商险到期提醒表
baseMapper
.
batchexpireAlertIgnore
(
successList
,
remark
);
}
if
(
successNum
==
ids
.
size
())
{
return
R
.
ok
();
}
else
{
...
...
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