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
d02986b3
Commit
d02986b3
authored
Dec 05, 2024
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改现实问题
parent
a457d015
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
WorkOrderMapper.xml
...f-api/src/main/resources/mapper/mysql/WorkOrderMapper.xml
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/WorkOrderMapper.xml
View file @
d02986b3
...
@@ -116,10 +116,10 @@
...
@@ -116,10 +116,10 @@
and newHcr.firstConstructionDate
<
= #{dto.endTime}
and newHcr.firstConstructionDate
<
= #{dto.endTime}
</if>
</if>
<if
test=
' dto.type!=null and dto.type == "1"'
>
<if
test=
' dto.type!=null and dto.type == "1"'
>
and hygf_work_order_power_station.power_station_construction_status in ('待登记','未通过','已完工','经销商工程待审核')
and hygf_work_order_power_station.power_station_construction_status in ('待登记','未通过','已完工','经销商工程待审核'
,'片区运营待审核','设计待审核','工程待审核'
)
</if>
</if>
<if
test=
' dto.type !=null and dto.type == "2"'
>
<if
test=
' dto.type !=null and dto.type == "2"'
>
and hygf_work_order_power_station.power_station_construction_status IN ( '未通过', '已完工','经销商工程待审核', '待整改', '整改中','整改待审核' )
and hygf_work_order_power_station.power_station_construction_status IN ( '未通过', '已完工','经销商工程待审核', '待整改', '整改中','整改待审核'
,'片区运营待审核','设计待审核','工程待审核'
)
</if>
</if>
<if
test=
' dto.type !=null and dto.type == "3" and dto.workOrderPowerStationNodes !=null'
>
<if
test=
' dto.type !=null and dto.type == "3" and dto.workOrderPowerStationNodes !=null'
>
and ( hygf_work_order_power_station.work_order_power_station_node is not null
and ( hygf_work_order_power_station.work_order_power_station_node is not null
...
...
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