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
359cb987
Commit
359cb987
authored
Jul 25, 2024
by
hezhuozhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复电站监控
parent
5d9d0567
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
DayGenerateMapper.xml
.../src/main/resources/mapper/tdengine/DayGenerateMapper.xml
+5
-5
MonthGenerateMapper.xml
...rc/main/resources/mapper/tdengine/MonthGenerateMapper.xml
+1
-1
YearGenerateMapper.xml
...src/main/resources/mapper/tdengine/YearGenerateMapper.xml
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/tdengine/DayGenerateMapper.xml
View file @
359cb987
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<select
id=
"getDayGenerateph"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.entity.DayGenerate"
>
<select
id=
"getDayGenerateph"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.entity.DayGenerate"
>
SELECT
SELECT
*
*
FROM house_pv_data.td_hygf_station_
day_generate
FROM house_pv_data.td_hygf_station_
generate_month
<where>
<where>
<if
test=
"dto!=null"
>
<if
test=
"dto!=null"
>
third_station_id in
third_station_id in
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
SELECT
SELECT
sum(generate)num,
sum(generate)num,
`day_time` date
`day_time` date
FROM house_pv_data.td_hygf_station_
day_generate
FROM house_pv_data.td_hygf_station_
generate_month
<where>
<where>
<if
test=
"dto!=null"
>
<if
test=
"dto!=null"
>
third_station_id in
third_station_id in
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
SELECT
SELECT
sum(generate)num,
sum(generate)num,
`month_time` date
`month_time` date
FROM house_pv_data.td_hygf_station_
month_generate
FROM house_pv_data.td_hygf_station_
generate_year
<where>
<where>
<if
test=
"dto!=null"
>
<if
test=
"dto!=null"
>
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
SELECT
SELECT
sum(generate)num,
sum(generate)num,
`year_time` date
`year_time` date
FROM house_pv_data.td_hygf_station_
year_generate
FROM house_pv_data.td_hygf_station_
generate_all
<where>
<where>
<if
test=
"dto!=null"
>
<if
test=
"dto!=null"
>
third_station_id in
third_station_id in
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
<select
id=
"selectPagenewDayGenerate"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.entity.DayGenerate"
>
<select
id=
"selectPagenewDayGenerate"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.entity.DayGenerate"
>
SELECT
SELECT
*
*
FROM house_pv_data.td_hygf_station_
day_generate
FROM house_pv_data.td_hygf_station_
generate_month
<where>
<where>
<if
test=
"dto!=null"
>
<if
test=
"dto!=null"
>
third_station_id in
third_station_id in
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/tdengine/MonthGenerateMapper.xml
View file @
359cb987
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<select
id=
"selectPagenewMonthGenerate"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.entity.MonthGenerate"
>
<select
id=
"selectPagenewMonthGenerate"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.entity.MonthGenerate"
>
SELECT
SELECT
*
*
FROM house_pv_data.td_hygf_station_
month_generate
FROM house_pv_data.td_hygf_station_
generate_year
<where>
<where>
<if
test=
"dto!=null"
>
<if
test=
"dto!=null"
>
third_station_id in
third_station_id in
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/tdengine/YearGenerateMapper.xml
View file @
359cb987
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<select
id=
"selectPagenewYearGenerate"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.entity.YearGenerate"
>
<select
id=
"selectPagenewYearGenerate"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.entity.YearGenerate"
>
SELECT
SELECT
*
*
FROM house_pv_data.td_hygf_station_
year_generate
FROM house_pv_data.td_hygf_station_
generate_all
<where>
<where>
<if
test=
"dto!=null"
>
<if
test=
"dto!=null"
>
third_station_id in
third_station_id in
...
...
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