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
038b4af8
Commit
038b4af8
authored
Oct 29, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
存量合同2.0开发 接口补充 资料下载勘察信息字段补充
parent
350c58e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
FinancingInfoHistoryDto.java
...mos/boot/module/hygf/api/dto/FinancingInfoHistoryDto.java
+3
-1
HistoryPeasantHouseholdServiceImpl.java
.../biz/service/impl/HistoryPeasantHouseholdServiceImpl.java
+6
-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/dto/FinancingInfoHistoryDto.java
View file @
038b4af8
...
...
@@ -7,6 +7,8 @@ import io.swagger.annotations.ApiModelProperty;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
java.math.BigDecimal
;
import
java.util.Date
;
import
java.util.List
;
...
...
@@ -41,7 +43,7 @@ public class FinancingInfoHistoryDto extends BaseDto {
private
Date
disbursementTime
;
@ApiModelProperty
(
value
=
"元"
)
private
Double
disbursementMoney
;
private
BigDecimal
disbursementMoney
;
@ApiModelProperty
(
value
=
"附件"
)
private
String
file
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/HistoryPeasantHouseholdServiceImpl.java
View file @
038b4af8
...
...
@@ -111,6 +111,12 @@ public class HistoryPeasantHouseholdServiceImpl extends BaseService<HistoryPeasa
}
if
(
model
.
getStatus
().
equals
(
"已提交"
)){
if
(){
}
FinancingInfoHistory
financingInfoHistory
=
new
FinancingInfoHistory
();
financingInfoHistory
.
setPeasantHouseholdId
(
model
.
getSequenceNbr
());
financingInfoHistory
.
setStatus
(
"待放款"
);
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/resources/templates/informationTemp.xlsx
View file @
038b4af8
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