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
3b301715
Commit
3b301715
authored
Sep 04, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投保办理导出&退保办理导出客户单位位置调整,是否自购取消列-fxj
parent
38498231
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
25 deletions
+10
-25
InsuranceExportListOneVO.java
.../plus/v1/yifu/insurances/vo/InsuranceExportListOneVO.java
+6
-11
RefundExportListVo.java
.../cloud/plus/v1/yifu/insurances/vo/RefundExportListVo.java
+0
-6
TInsuranceDetailMapper.xml
...in/resources/mapper/insurances/TInsuranceDetailMapper.xml
+4
-8
No files found.
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/InsuranceExportListOneVO.java
View file @
3b301715
...
...
@@ -31,11 +31,6 @@ public class InsuranceExportListOneVO implements Serializable {
@Schema
(
description
=
"项目名称"
)
private
String
projectName
;
/**
* 客户名称
*/
@Schema
(
description
=
"客户名称"
)
private
String
unitName
;
/**
* 项目编码
...
...
@@ -184,12 +179,6 @@ public class InsuranceExportListOneVO implements Serializable {
@Schema
(
description
=
"封面抬头"
)
private
String
invoiceTitle
;
/**
* 是否地市自购0是 1 否
*/
@Schema
(
description
=
"是否地市自购"
)
private
String
isAdress
;
/**
* 派单备注
*/
...
...
@@ -197,4 +186,10 @@ public class InsuranceExportListOneVO implements Serializable {
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"派单备注"
)
private
String
remarkDispatch
;
/**
* 客户名称
*/
@Schema
(
description
=
"客户名称"
)
private
String
unitName
;
}
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/RefundExportListVo.java
View file @
3b301715
...
...
@@ -223,12 +223,6 @@ public class RefundExportListVo implements Serializable {
@Schema
(
description
=
"派单日期"
)
private
LocalDateTime
createTime
;
/**
* 是否地市自购0是 1 否
*/
@Schema
(
description
=
"是否地市自购"
)
private
String
isAdress
;
@Schema
(
description
=
"客户名称"
)
private
String
unitName
;
...
...
yifu-insurances/yifu-insurances-biz/src/main/resources/mapper/insurances/TInsuranceDetailMapper.xml
View file @
3b301715
...
...
@@ -505,8 +505,7 @@
a.SETTLE_TYPE as settleType,
a.CREATE_NAME as createName,
a.POLICY_NO as policyNo,
a.REMARK as remark,
a.IS_ADRESS as isAdress,a.UNIT_NAME as unitName
a.REMARK as remark,a.UNIT_NAME as unitName
from t_insurance_detail a
where a.DELETE_FLAG = 0 and a.id in
<foreach
collection=
"idList"
index=
"index"
item=
"item"
open=
"("
separator=
","
close=
")"
>
...
...
@@ -538,8 +537,7 @@
a.SETTLE_TYPE as settleType,
a.CREATE_NAME as createName,
a.POLICY_NO as policyNo,
a.REMARK as remark,
a.IS_ADRESS as isAdress,a.UNIT_NAME as unitName
a.REMARK as remark,a.UNIT_NAME as unitName
from t_insurance_detail a
where a.DELETE_FLAG = 0 and a.BUY_HANDLE_STATUS = #{param.buyHandleStatus}
<if
test=
"param.empName != null and param.empName.trim() != ''"
>
...
...
@@ -1243,8 +1241,7 @@
a.POLICY_NO as policyNo,
refund.CREATE_NAME as createName,
a.REDUCE_HANDLE_STATUS as reduceHandleStatus,
refund.REMARK as remark,
a.IS_ADRESS as isAdress,a.UNIT_NAME as unitName
refund.REMARK as remark,a.UNIT_NAME as unitName
from
t_insurance_detail a,
t_insurance_refund refund
...
...
@@ -1281,8 +1278,7 @@
a.SETTLE_TYPE as settleType,
refund.CREATE_NAME as createName,
a.POLICY_NO as policyNo,
refund.REMARK as remark,
a.IS_ADRESS as isAdress,a.UNIT_NAME as unitName
refund.REMARK as remark,a.UNIT_NAME as unitName
from
t_insurance_detail a,
t_insurance_refund refund
...
...
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