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
a199dd3f
Commit
a199dd3f
authored
Mar 31, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.8-优化BUG
parent
7c42f7f8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
44 deletions
+48
-44
TInsuranceDetailController.java
...ifu/insurances/controller/TInsuranceDetailController.java
+1
-1
DoJointInsuranceTask.java
...ud/plus/v1/yifu/insurances/util/DoJointInsuranceTask.java
+44
-40
EkpSettleMapper.xml
...ces-biz/src/main/resources/mapper/ekp/EkpSettleMapper.xml
+3
-3
No files found.
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/controller/TInsuranceDetailController.java
View file @
a199dd3f
...
...
@@ -819,7 +819,7 @@ public class TInsuranceDetailController {
* @Date: 2025/1/14 9:56
* @return: com.yifu.cloud.plus.v1.yifu.salary.vo.SalaryRiskListVo
**/
@SysLog
(
"
重新更新结算状态同步失败的数据
"
)
@SysLog
(
"
获取商险是否在保
"
)
@Inner
@PostMapping
(
"/inner/getRiskByIdCard"
)
public
SalaryRiskListVo
getRiskByIdCard
(
@RequestBody
List
<
TSalaryAccount
>
idCardList
)
{
...
...
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/util/DoJointInsuranceTask.java
View file @
a199dd3f
...
...
@@ -223,29 +223,31 @@ public class DoJointInsuranceTask {
String
insuranceId
;
for
(
EkpInsuranceViewVo
viewVo
:
viewVoList
)
{
//获取所有的明细id
insuranceId
=
viewVo
.
getId
().
substring
(
0
,
19
);
detail
=
insuranceDetailMapper
.
selectById
(
insuranceId
);
if
(
Common
.
isNotNull
(
detail
))
{
//判断订单类型是预估还是实缴
if
(
InsurancesConstants
.
ACTUAL_SETTLE_BILL
.
equals
(
viewVo
.
getOrderType
()))
{
//判断是收入还是支出结算单号
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
vo
.
getPayFlag
()))
{
detail
.
setSincomeSettleFlag
(
viewVo
.
getIncomeSettleFlag
());
detail
.
setSincomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
if
(
Common
.
isNotNull
(
viewVo
.
getId
()))
{
insuranceId
=
viewVo
.
getId
().
substring
(
0
,
19
);
detail
=
insuranceDetailMapper
.
selectById
(
insuranceId
);
if
(
Common
.
isNotNull
(
detail
))
{
//判断订单类型是预估还是实缴
if
(
InsurancesConstants
.
ACTUAL_SETTLE_BILL
.
equals
(
viewVo
.
getOrderType
()))
{
//判断是收入还是支出结算单号
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
vo
.
getPayFlag
()))
{
detail
.
setSincomeSettleFlag
(
viewVo
.
getIncomeSettleFlag
());
detail
.
setSincomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
}
else
{
detail
.
setSpaySettleFlag
(
viewVo
.
getPaySettleFlag
());
detail
.
setSpayCollectFlag
(
viewVo
.
getPayCollectFlag
());
}
}
else
{
detail
.
setSpaySettleFlag
(
viewVo
.
getPaySettleFlag
());
detail
.
setSpayCollectFlag
(
viewVo
.
getPayCollectFlag
());
}
}
else
{
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
vo
.
getPayFlag
()))
{
detail
.
setIncomeSettleFlag
(
viewVo
.
getIncomeSettleFlag
());
detail
.
setIncomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
}
else
{
detail
.
setPaySettleFlag
(
viewVo
.
getPaySettleFlag
());
detail
.
setPayCollectFlag
(
viewVo
.
getPayCollectFlag
());
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
vo
.
getPayFlag
()))
{
detail
.
setIncomeSettleFlag
(
viewVo
.
getIncomeSettleFlag
());
detail
.
setIncomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
}
else
{
detail
.
setPaySettleFlag
(
viewVo
.
getPaySettleFlag
());
detail
.
setPayCollectFlag
(
viewVo
.
getPayCollectFlag
());
}
}
insuranceDetailMapper
.
updateById
(
detail
);
}
insuranceDetailMapper
.
updateById
(
detail
);
}
}
}
...
...
@@ -393,29 +395,31 @@ public class DoJointInsuranceTask {
String
insuranceId
;
for
(
EkpInsuranceViewVo
viewVo
:
viewVoList
)
{
//获取所有的明细id
insuranceId
=
viewVo
.
getId
().
substring
(
0
,
19
);
detail
=
insuranceDetailMapper
.
selectById
(
insuranceId
);
if
(
Common
.
isNotNull
(
detail
))
{
//判断订单类型是预估还是实缴
if
(
InsurancesConstants
.
ACTUAL_SETTLE_BILL
.
equals
(
viewVo
.
getOrderType
()))
{
//判断是收入还是支出结算单号
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
error
.
getSettleType
()))
{
detail
.
setSincomeSettleFlag
(
viewVo
.
getIncomeSettleFlag
());
detail
.
setSincomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
}
else
{
detail
.
setSpaySettleFlag
(
viewVo
.
getPaySettleFlag
());
detail
.
setSpayCollectFlag
(
viewVo
.
getPayCollectFlag
());
}
}
else
{
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
error
.
getSettleType
()))
{
detail
.
setIncomeSettleFlag
(
viewVo
.
getIncomeSettleFlag
());
detail
.
setIncomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
if
(
Common
.
isNotNull
(
viewVo
.
getId
()))
{
insuranceId
=
viewVo
.
getId
().
substring
(
0
,
19
);
detail
=
insuranceDetailMapper
.
selectById
(
insuranceId
);
if
(
Common
.
isNotNull
(
detail
))
{
//判断订单类型是预估还是实缴
if
(
InsurancesConstants
.
ACTUAL_SETTLE_BILL
.
equals
(
viewVo
.
getOrderType
()))
{
//判断是收入还是支出结算单号
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
error
.
getSettleType
()))
{
detail
.
setSincomeSettleFlag
(
viewVo
.
getIncomeSettleFlag
());
detail
.
setSincomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
}
else
{
detail
.
setSpaySettleFlag
(
viewVo
.
getPaySettleFlag
());
detail
.
setSpayCollectFlag
(
viewVo
.
getPayCollectFlag
());
}
}
else
{
detail
.
setPaySettleFlag
(
viewVo
.
getPaySettleFlag
());
detail
.
setPayCollectFlag
(
viewVo
.
getPayCollectFlag
());
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
error
.
getSettleType
()))
{
detail
.
setIncomeSettleFlag
(
viewVo
.
getIncomeSettleFlag
());
detail
.
setIncomeCollectFlag
(
viewVo
.
getIncomeCollectFlag
());
}
else
{
detail
.
setPaySettleFlag
(
viewVo
.
getPaySettleFlag
());
detail
.
setPayCollectFlag
(
viewVo
.
getPayCollectFlag
());
}
}
insuranceDetailMapper
.
updateById
(
detail
);
}
insuranceDetailMapper
.
updateById
(
detail
);
}
}
error
.
setStatus
(
CommonConstants
.
ONE_INT
);
...
...
yifu-insurances/yifu-insurances-biz/src/main/resources/mapper/ekp/EkpSettleMapper.xml
View file @
a199dd3f
...
...
@@ -100,7 +100,7 @@
from
view_insurance_info b
where
1 = 1
b.detailsId is not null
<if
test=
"payFlag != null and payFlag != '' and payFlag == 0"
>
and b.earningNo = #{settleNo}
</if>
...
...
@@ -121,7 +121,7 @@
from
view_social_info a
where
1 = 1
a.detailsId is not null
<if
test=
"payFlag != null and payFlag != '' and payFlag == 0"
>
and a.earningNo = #{settleNo}
</if>
...
...
@@ -142,7 +142,7 @@
from
view_funds_info a
where
1 = 1
a.detailsId is not null
<if
test=
"payFlag != null and payFlag != '' and payFlag == 0"
>
and a.earningNo = #{settleNo}
</if>
...
...
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