Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gf_back
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianchao
gf_back
Commits
7866e87b
Commit
7866e87b
authored
Nov 21, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
得到的
parent
6165395b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
C09-base/pps-core-base/src/main/java/pps/core/base/entity/ThirdWindPowerGenerationUpdateEnt.java
...s/core/base/entity/ThirdWindPowerGenerationUpdateEnt.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/entity/ThirdWindPowerGenerationUpdateView.java
.../core/base/entity/ThirdWindPowerGenerationUpdateView.java
+1
-1
C09-base/pps-core-base/src/main/resources/mybatis/mapper/pps/core/base/ThirdWindPowerGenerationUpdateViewMapper.xml
...ps/core/base/ThirdWindPowerGenerationUpdateViewMapper.xml
+4
-2
No files found.
C09-base/pps-core-base/src/main/java/pps/core/base/entity/ThirdWindPowerGenerationUpdateEnt.java
View file @
7866e87b
...
@@ -21,8 +21,8 @@ import java.util.Date;
...
@@ -21,8 +21,8 @@ import java.util.Date;
@TableName
(
"THIRD_WIND_POWER_GENERATION_UPDATE"
)
@TableName
(
"THIRD_WIND_POWER_GENERATION_UPDATE"
)
public
class
ThirdWindPowerGenerationUpdateEnt
implements
Serializable
{
public
class
ThirdWindPowerGenerationUpdateEnt
implements
Serializable
{
@XText
(
"ID"
)
@XText
(
"ID"
)
@TableId
(
type
=
IdType
.
A
UTO
)
@TableId
(
type
=
IdType
.
A
SSIGN_UUID
)
private
Lo
ng
id
;
private
Stri
ng
id
;
@XText
(
"风电站名称"
)
@XText
(
"风电站名称"
)
@TableField
@TableField
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/entity/ThirdWindPowerGenerationUpdateView.java
View file @
7866e87b
...
@@ -24,7 +24,7 @@ import java.util.Date;
...
@@ -24,7 +24,7 @@ import java.util.Date;
public
class
ThirdWindPowerGenerationUpdateView
implements
Serializable
{
public
class
ThirdWindPowerGenerationUpdateView
implements
Serializable
{
@XText
(
"ID"
)
@XText
(
"ID"
)
@TableField
@TableField
private
Lo
ng
id
;
private
Stri
ng
id
;
@XText
(
"风电站名称"
)
@XText
(
"风电站名称"
)
@TableField
@TableField
...
...
C09-base/pps-core-base/src/main/resources/mybatis/mapper/pps/core/base/ThirdWindPowerGenerationUpdateViewMapper.xml
View file @
7866e87b
...
@@ -75,10 +75,12 @@
...
@@ -75,10 +75,12 @@
</select>
</select>
<insert
id=
"batchInsert"
parameterType=
"list"
>
<insert
id=
"batchInsert"
parameterType=
"list"
>
INSERT INTO THIRD_WIND_POWER_GENERATION_UPDATE (STATION_NAME, STATION_ID, COLLECT_TIME, ACTUAL_WIND_SPEED,
INSERT INTO THIRD_WIND_POWER_GENERATION_UPDATE (ID, STATION_NAME, STATION_ID, COLLECT_TIME, ACTUAL_WIND_SPEED,
ACTUAL_POWER, ACTUAL_GENERATION, ACCURATE_WIND_DIRECTION, ACTUAL_WIND_DIRECTION, INPUT_TIME, SYSTEM_SOURCE) VALUES
ACTUAL_POWER, ACTUAL_GENERATION, ACCURATE_WIND_DIRECTION, ACTUAL_WIND_DIRECTION, INPUT_TIME, SYSTEM_SOURCE)
VALUES
<foreach
collection=
"list"
separator=
","
item=
"item"
>
<foreach
collection=
"list"
separator=
","
item=
"item"
>
(
(
#{item.id},
#{item.stationName},
#{item.stationName},
#{item.stationId},
#{item.stationId},
#{item.collectTime},
#{item.collectTime},
...
...
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