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
6c8c1682
Commit
6c8c1682
authored
Jul 25, 2024
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改验收显示问题
parent
65b8929a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AcceptanceStatusEnum.java
.../amos/boot/module/hygf/api/Enum/AcceptanceStatusEnum.java
+1
-1
AcceptanceMapper.xml
...-api/src/main/resources/mapper/mysql/AcceptanceMapper.xml
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/Enum/AcceptanceStatusEnum.java
View file @
6c8c1682
...
...
@@ -35,7 +35,7 @@ public enum AcceptanceStatusEnum {
线下验收完成
(
"验收完成"
,
"10"
,
"hygf_ys6"
,
"0"
),
工程审核不通过
(
"审核不通过"
,
"12"
,
"hygf_bw2"
,
"5"
);
工程审核不通过
(
"
并网
审核不通过"
,
"12"
,
"hygf_bw2"
,
"5"
);
/**
* 名称,描述
*/
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/AcceptanceMapper.xml
View file @
6c8c1682
...
...
@@ -22,7 +22,7 @@
WHEN bga.acceptance_status = '8' THEN '待线下验收'
WHEN bga.acceptance_status = '9' THEN '线下验收不通过'
WHEN bga.acceptance_status = '11' THEN '是否线下验收'
WHEN bga.acceptance_status = '12' THEN '并网审核不通过'
ELSE '验收完成' END AS acceptanceStatus,
bga.work_order_id workOrderId,
...
...
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