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
6266e0cf
Commit
6266e0cf
authored
Jul 22, 2024
by
yangyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
850b94cc
e11f7006
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
WorkOrderMapper.xml
...f-api/src/main/resources/mapper/mysql/WorkOrderMapper.xml
+2
-2
McbWarningMapper.xml
...pi/src/main/resources/mapper/warning/McbWarningMapper.xml
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/WorkOrderMapper.xml
View file @
6266e0cf
...
@@ -72,11 +72,11 @@
...
@@ -72,11 +72,11 @@
and hygf_work_order.sequence_nbr = #{dto.workOrderId}
and hygf_work_order.sequence_nbr = #{dto.workOrderId}
</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.projectAddressName!=null and dto.projectAddressName!=''"
>
<if
test=
"dto.projectAddressName!=null and dto.projectAddressName!=''"
>
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/resources/mapper/warning/McbWarningMapper.xml
View file @
6266e0cf
...
@@ -108,8 +108,8 @@
...
@@ -108,8 +108,8 @@
<select
id=
"queryWarningList"
resultType=
"java.util.Map"
>
<select
id=
"queryWarningList"
resultType=
"java.util.Map"
>
SELECT
SELECT
log.SEQUENCE_NBR,
log.SEQUENCE_NBR,
log.CREATE_DATE
AS CREATE_DATE,
DATE_FORMAT(log.CREATE_DATE, '%Y-%m-%d %H:%i:%s')
AS CREATE_DATE,
log.REC_DATE
AS REC_DATE,
DATE_FORMAT(log.REC_DATE, '%Y-%m-%d %H:%i:%s')
AS REC_DATE,
log.EVENT_LEVEL_DESC,
log.EVENT_LEVEL_DESC,
log.EVENT_LEVEL,
log.EVENT_LEVEL,
log.SOURCE_ATTRIBUTION_DESC,
log.SOURCE_ATTRIBUTION_DESC,
...
...
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