Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
c4d2376a
Commit
c4d2376a
authored
Oct 16, 2024
by
hezhuozhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer_bw' into developer_bw
parents
81cd0780
da30d821
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
4 deletions
+15
-4
CommonEnum.java
...om/yeejoin/amos/boot/module/hygf/api/Enum/CommonEnum.java
+10
-0
SurveyInformationDto.java
...n/amos/boot/module/hygf/api/dto/SurveyInformationDto.java
+2
-1
CommonController.java
...mos/boot/module/hygf/biz/controller/CommonController.java
+3
-3
CommonServiceImpl.java
.../boot/module/hygf/biz/service/impl/CommonServiceImpl.java
+0
-0
informationTemp.xlsx
...ygf-biz/src/main/resources/templates/informationTemp.xlsx
+0
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/Enum/CommonEnum.java
View file @
c4d2376a
...
@@ -52,6 +52,16 @@ public enum CommonEnum {
...
@@ -52,6 +52,16 @@ public enum CommonEnum {
非自然人
(
"非自然人"
,
"fzrr"
,
"商务类型"
),
非自然人
(
"非自然人"
,
"fzrr"
,
"商务类型"
),
宅基地农户屋顶
(
"宅基地农户屋顶"
,
"zjdnhw"
,
"法务类型"
),
宅基地农户屋顶
(
"宅基地农户屋顶"
,
"zjdnhw"
,
"法务类型"
),
法人私有的宅基地建筑屋顶
(
"法人私有的宅基地建筑屋顶"
,
"frsydzjd"
,
"法务类型"
),
法人私有的宅基地建筑屋顶
(
"法人私有的宅基地建筑屋顶"
,
"frsydzjd"
,
"法务类型"
),
单晶
(
"单晶"
,
"danjing"
,
"组件类型"
),
多晶
(
"多晶"
,
"duojing"
,
"组件类型"
),
不限
(
"不限"
,
"bx"
,
"逆变器系列"
),
全额上网
(
"全额上网"
,
"qesw"
,
"上网模式"
),
余电上网
(
"余电上网"
,
"ydsw"
,
"上网模式"
),
单相
(
"单相"
,
"dx"
,
"相位"
),
三相
(
"三相"
,
"ydsw"
,
"相位"
),
SMC
(
"SMC"
,
"smc"
,
"材质"
),
不锈钢
(
"不锈钢"
,
"bxg"
,
"材质"
),
钢板喷塑
(
"钢板喷塑"
,
"gbps"
,
"材质"
),
其他
(
"其他"
,
"other"
,
"公用"
);
其他
(
"其他"
,
"other"
,
"公用"
);
/**
/**
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/SurveyInformationDto.java
View file @
c4d2376a
...
@@ -92,7 +92,8 @@ public class SurveyInformationDto extends BaseDto {
...
@@ -92,7 +92,8 @@ public class SurveyInformationDto extends BaseDto {
@ApiModelProperty
(
value
=
"项目地址"
)
@ApiModelProperty
(
value
=
"项目地址"
)
private
String
projectAddressName
;
private
String
projectAddressName
;
@ApiModelProperty
(
value
=
"常住地址"
)
private
String
permanentAddressName
;
@ApiModelProperty
(
value
=
"常住地址code"
)
@ApiModelProperty
(
value
=
"常住地址code"
)
@TableField
(
typeHandler
=
FastjsonTypeHandler
.
class
)
@TableField
(
typeHandler
=
FastjsonTypeHandler
.
class
)
private
List
<
Integer
>
permanentAddress
;
private
List
<
Integer
>
permanentAddress
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/CommonController.java
View file @
c4d2376a
...
@@ -46,15 +46,15 @@ public class CommonController {
...
@@ -46,15 +46,15 @@ public class CommonController {
@GetMapping
(
value
=
"/downInformation"
)
@GetMapping
(
value
=
"/downInformation"
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"资料下载"
,
notes
=
"资料下载"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"资料下载"
,
notes
=
"资料下载"
)
public
ResponseModel
downList
(
HttpServletResponse
response
,
@RequestParam
(
required
=
false
)
String
surveyInformationId
,
public
void
downList
(
HttpServletResponse
response
,
@RequestParam
(
required
=
false
)
String
surveyInformationId
,
@RequestParam
(
required
=
false
)
List
<
String
>
peasantHouseholdIds
,
@RequestParam
(
required
=
false
)
List
<
String
>
peasantHouseholdIds
,
@RequestParam
(
required
=
false
)
String
processInstanceId
)
throws
IOException
{
@RequestParam
(
required
=
false
)
String
processInstanceId
)
throws
IOException
{
// 设置响应头
// 设置响应头
response
.
setContentType
(
"application/zip"
);
response
.
setContentType
(
"application/zip"
);
commonService
.
downZiliao
(
surveyInformationId
,
peasantHouseholdIds
,
processInstanceId
,
response
);
return
CommonResponseNewUtil
.
success
();
commonService
.
downZiliao
(
surveyInformationId
,
peasantHouseholdIds
,
processInstanceId
,
response
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/CommonServiceImpl.java
View file @
c4d2376a
This diff is collapsed.
Click to expand it.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/resources/templates/informationTemp.xlsx
View file @
c4d2376a
No preview for this file type
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