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
dde5a312
Commit
dde5a312
authored
Sep 12, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投融资调整
parent
a5c7b749
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
FinancingAuditEnum.java
...in/amos/boot/module/hygf/api/Enum/FinancingAuditEnum.java
+1
-1
FinancingInfoServiceImpl.java
...odule/hygf/biz/service/impl/FinancingInfoServiceImpl.java
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/Enum/FinancingAuditEnum.java
View file @
dde5a312
...
...
@@ -9,7 +9,7 @@ import lombok.Getter;
public
enum
FinancingAuditEnum
{
待融资审核
(
"FinancingAudit"
,
"待融资审核"
,
"/hygf/drzsh"
),
审核不通过
(
"AuditReject"
,
"
整改待推送
"
,
"/hygf/zgdts"
),
审核不通过
(
"AuditReject"
,
"
审核不通过
"
,
"/hygf/zgdts"
),
待整改
(
"WaitAbarbeitung"
,
"重新验收"
,
"/hygf/dzg"
),
整改待推送
(
"AbarbeitungWaitPush"
,
"审核不通过"
,
"/hygf/shym"
),
审核通过
(
"AuditPass"
,
"审核通过"
,
"/hygf/fkym"
),
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/FinancingInfoServiceImpl.java
View file @
dde5a312
...
...
@@ -91,7 +91,7 @@ public class FinancingInfoServiceImpl extends BaseService<FinancingInfoDto, Fina
Map
<
String
,
Object
>
params
=
new
HashMap
<>();
params
.
put
(
"ownersName"
,
ownersName
);
if
(
null
!=
status
){
if
(
status
.
equals
(
"
未
通过"
)){
if
(
status
.
equals
(
"
审核不
通过"
)){
params
.
put
(
"status"
,
Arrays
.
asList
(
"审核不通过"
,
"重新验收"
));
}
else
if
(
status
.
equals
(
"已放款"
)){
params
.
put
(
"status"
,
Arrays
.
asList
(
"已放款"
,
"放款完成"
));
...
...
@@ -201,7 +201,7 @@ public class FinancingInfoServiceImpl extends BaseService<FinancingInfoDto, Fina
financingAuditingService
.
createWithModel
(
financingAuditingDto
);
}
//批量 兼容审核不通过及整改待推送
else
if
(
financingInfos
.
getStatus
().
equals
(
FinancingAuditEnum
.
审核不通过
.
getName
())
||
financingInfos
.
getStatus
().
equals
(
"待推送"
)
){
else
if
(
financingInfos
.
getStatus
().
equals
(
FinancingAuditEnum
.
审核不通过
.
getName
())
||
financingInfos
.
getStatus
().
equals
(
"待推送"
)
){
financingInfos
.
setStatus
(
FinancingAuditEnum
.
待融资审核
.
getName
());
Map
<
String
,
Object
>
orgInfo1
=
this
.
getBaseMapper
().
selectRZOrgInfo
(
model
.
getFinancingCompaniesSeq
());
...
...
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