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
deafa3fe
Commit
deafa3fe
authored
Nov 04, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限配置页面
parent
42c8c96e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
TInsuranceAreaExportVo.java
...ud/plus/v1/yifu/insurances/vo/TInsuranceAreaExportVo.java
+9
-9
TInsuranceAreaResController.java
...fu/insurances/controller/TInsuranceAreaResController.java
+1
-1
No files found.
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/TInsuranceAreaExportVo.java
View file @
deafa3fe
...
...
@@ -55,21 +55,21 @@ public class TInsuranceAreaExportVo implements Serializable {
@Schema
(
description
=
"办理人所在部门"
)
private
String
organName
;
/**
*
档案
-省
*
办理
-省
*/
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelAttribute
(
name
=
"
档案
-省"
,
isArea
=
true
)
@NotBlank
(
message
=
"
档案
-省不能为空"
)
@ExcelProperty
(
"档
案
-省"
)
@Schema
(
description
=
"
档案
-省"
)
@ExcelAttribute
(
name
=
"
办理
-省"
,
isArea
=
true
)
@NotBlank
(
message
=
"
办理
-省不能为空"
)
@ExcelProperty
(
"档
办理
-省"
)
@Schema
(
description
=
"
办理
-省"
)
private
String
province
;
/**
*
档案
-市
*
办理
-市
*/
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelAttribute
(
name
=
"
档案
-市"
,
isArea
=
true
,
parentField
=
"province"
)
@ExcelProperty
(
"
档案
-市"
)
@Schema
(
description
=
"
档案
-市"
)
@ExcelAttribute
(
name
=
"
办理
-市"
,
isArea
=
true
,
parentField
=
"province"
)
@ExcelProperty
(
"
办理
-市"
)
@Schema
(
description
=
"
办理
-市"
)
private
String
city
;
...
...
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/controller/TInsuranceAreaResController.java
View file @
deafa3fe
...
...
@@ -122,7 +122,7 @@ public class TInsuranceAreaResController {
.
last
(
CommonConstants
.
LAST_ONE_SQL
));
}
if
(
Common
.
isNotNull
(
res
)){
return
R
.
failed
(
"已存在对应
审核
人及地市配置!"
);
return
R
.
failed
(
"已存在对应
办理
人及地市配置!"
);
}
// 清理缓存
tInsuranceAreaResService
.
removeAuthCache
();
...
...
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