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
07035a23
Commit
07035a23
authored
Aug 28, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
并网验收筛选
parent
8484e06d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
AcceptanceCheckMapper.xml
...src/main/resources/mapper/mysql/AcceptanceCheckMapper.xml
+5
-2
BasicGridAcceptanceMapper.xml
...main/resources/mapper/mysql/BasicGridAcceptanceMapper.xml
+3
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/AcceptanceCheckMapper.xml
View file @
07035a23
...
@@ -28,9 +28,9 @@
...
@@ -28,9 +28,9 @@
WHEN hbga.acceptance_check_status = '2' THEN '经销商管理员待审核'
WHEN hbga.acceptance_check_status = '2' THEN '经销商管理员待审核'
WHEN hbga.acceptance_check_status = '3' THEN '已完成'
WHEN hbga.acceptance_check_status = '3' THEN '已完成'
WHEN hbga.acceptance_check_status = '4' THEN '未通过'
WHEN hbga.acceptance_check_status = '4' THEN '未通过'
WHEN hbga.acceptance_check_status = '11' THEN '投融待审核/法务待审核'
WHEN hbga.acceptance_check_status = '9' THEN '整改待审核'
WHEN hbga.acceptance_check_status = '7' THEN '片区运营待审核'
WHEN hbga.acceptance_check_status = '7' THEN '片区运营待审核'
WHEN hbga.acceptance_check_status = '9' THEN '整改待审核'
WHEN hbga.acceptance_check_status = '11' THEN '投融待审核/法务待审核'
WHEN hbga.acceptance_check_status = '12' THEN '投融待审核'
WHEN hbga.acceptance_check_status = '12' THEN '投融待审核'
WHEN hbga.acceptance_check_status = '13' THEN '资产待审核'
WHEN hbga.acceptance_check_status = '13' THEN '资产待审核'
WHEN hbga.acceptance_check_status = '14' THEN '法务待审核'
WHEN hbga.acceptance_check_status = '14' THEN '法务待审核'
...
@@ -49,6 +49,9 @@
...
@@ -49,6 +49,9 @@
<if
test=
"map.regionCompanyId!=null and map.regionCompanyId!=''"
>
<if
test=
"map.regionCompanyId!=null and map.regionCompanyId!=''"
>
and hygf_work_order.region_company_id =#{map.regionCompanyId}
and hygf_work_order.region_company_id =#{map.regionCompanyId}
</if>
</if>
<if
test=
"map.powerStationCode!=null and map.powerStationCode!=''"
>
and hph.peasant_household_no like concat('%',#{map.powerStationCode},'%'}
</if>
<if
test=
"map.formType != null and map.formType!=''"
>
<if
test=
"map.formType != null and map.formType!=''"
>
AND hbga.grid_status IN ('2', '3', '4')
AND hbga.grid_status IN ('2', '3', '4')
</if>
</if>
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/BasicGridAcceptanceMapper.xml
View file @
07035a23
...
@@ -57,6 +57,9 @@
...
@@ -57,6 +57,9 @@
<if
test=
"map.regionCompanyId!=null and map.regionCompanyId!=''"
>
<if
test=
"map.regionCompanyId!=null and map.regionCompanyId!=''"
>
and hygf_work_order.region_company_id =#{map.regionCompanyId}
and hygf_work_order.region_company_id =#{map.regionCompanyId}
</if>
</if>
<if
test=
"map.powerStationCode!=null and map.powerStationCode!=''"
>
and hph.peasant_household_no like concat('%',#{map.powerStationCode},'%'}
</if>
<if
test=
"map.formType != null and map.formType!=''"
>
<if
test=
"map.formType != null and map.formType!=''"
>
AND hbga.grid_status IN ('2', '3', '4')
AND hbga.grid_status IN ('2', '3', '4')
</if>
</if>
...
...
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