Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_java
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
葛齐林
energyai_java
Commits
e969f198
Commit
e969f198
authored
Mar 30, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段调整
parent
5139716b
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
9 additions
and
261 deletions
+9
-261
DlsnjInfo.java
...java/com/devplatform/admin/modules/eq/bean/DlsnjInfo.java
+0
-12
FlrbInfo.java
.../java/com/devplatform/admin/modules/eq/bean/FlrbInfo.java
+0
-12
JfktgInfo.java
...java/com/devplatform/admin/modules/eq/bean/JfktgInfo.java
+0
-12
JfktpInfo.java
...java/com/devplatform/admin/modules/eq/bean/JfktpInfo.java
+0
-12
PfjInfo.java
...n/java/com/devplatform/admin/modules/eq/bean/PfjInfo.java
+0
-12
SbInfo.java
...in/java/com/devplatform/admin/modules/eq/bean/SbInfo.java
+0
-12
SljfgInfo.java
...java/com/devplatform/admin/modules/eq/bean/SljfgInfo.java
+0
-12
SnqxzInfo.java
...java/com/devplatform/admin/modules/eq/bean/SnqxzInfo.java
+0
-12
SwqxzInfo.java
...java/com/devplatform/admin/modules/eq/bean/SwqxzInfo.java
+0
-12
DlsnjInfoModel.java
...om/devplatform/admin/modules/eq/model/DlsnjInfoModel.java
+0
-8
FlrbInfoModel.java
...com/devplatform/admin/modules/eq/model/FlrbInfoModel.java
+0
-8
JfktgInfoModel.java
...om/devplatform/admin/modules/eq/model/JfktgInfoModel.java
+0
-8
JfktpInfoModel.java
...om/devplatform/admin/modules/eq/model/JfktpInfoModel.java
+0
-8
PfjInfoModel.java
.../com/devplatform/admin/modules/eq/model/PfjInfoModel.java
+0
-8
SbInfoModel.java
...a/com/devplatform/admin/modules/eq/model/SbInfoModel.java
+0
-8
SljfgInfoModel.java
...om/devplatform/admin/modules/eq/model/SljfgInfoModel.java
+0
-8
SnqxzInfoModel.java
...om/devplatform/admin/modules/eq/model/SnqxzInfoModel.java
+0
-8
SwqxzInfoModel.java
...om/devplatform/admin/modules/eq/model/SwqxzInfoModel.java
+0
-8
DlsnjInfoMapper.xml
...ce-admin/src/main/resources/mapper/eq/DlsnjInfoMapper.xml
+1
-9
FlrbInfoMapper.xml
...ice-admin/src/main/resources/mapper/eq/FlrbInfoMapper.xml
+1
-9
JfktgInfoMapper.xml
...ce-admin/src/main/resources/mapper/eq/JfktgInfoMapper.xml
+1
-9
JfktpInfoMapper.xml
...ce-admin/src/main/resources/mapper/eq/JfktpInfoMapper.xml
+1
-9
PfjInfoMapper.xml
...vice-admin/src/main/resources/mapper/eq/PfjInfoMapper.xml
+1
-9
SbInfoMapper.xml
...rvice-admin/src/main/resources/mapper/eq/SbInfoMapper.xml
+1
-9
SljfgInfoMapper.xml
...ce-admin/src/main/resources/mapper/eq/SljfgInfoMapper.xml
+1
-9
SnqxzInfoMapper.xml
...ce-admin/src/main/resources/mapper/eq/SnqxzInfoMapper.xml
+1
-9
SwqxzInfoMapper.xml
...ce-admin/src/main/resources/mapper/eq/SwqxzInfoMapper.xml
+1
-9
No files found.
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/DlsnjInfo.java
View file @
e969f198
...
@@ -42,19 +42,7 @@ public class DlsnjInfo implements Serializable {
...
@@ -42,19 +42,7 @@ public class DlsnjInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/FlrbInfo.java
View file @
e969f198
...
@@ -111,19 +111,7 @@ public class FlrbInfo implements Serializable {
...
@@ -111,19 +111,7 @@ public class FlrbInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/JfktgInfo.java
View file @
e969f198
...
@@ -72,19 +72,7 @@ public class JfktgInfo implements Serializable {
...
@@ -72,19 +72,7 @@ public class JfktgInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/JfktpInfo.java
View file @
e969f198
...
@@ -48,19 +48,7 @@ public class JfktpInfo implements Serializable {
...
@@ -48,19 +48,7 @@ public class JfktpInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/PfjInfo.java
View file @
e969f198
...
@@ -78,19 +78,7 @@ public class PfjInfo implements Serializable {
...
@@ -78,19 +78,7 @@ public class PfjInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/SbInfo.java
View file @
e969f198
...
@@ -36,19 +36,7 @@ public class SbInfo implements Serializable {
...
@@ -36,19 +36,7 @@ public class SbInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/SljfgInfo.java
View file @
e969f198
...
@@ -78,19 +78,7 @@ public class SljfgInfo implements Serializable {
...
@@ -78,19 +78,7 @@ public class SljfgInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/SnqxzInfo.java
View file @
e969f198
...
@@ -42,19 +42,7 @@ public class SnqxzInfo implements Serializable {
...
@@ -42,19 +42,7 @@ public class SnqxzInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/bean/SwqxzInfo.java
View file @
e969f198
...
@@ -57,19 +57,7 @@ public class SwqxzInfo implements Serializable {
...
@@ -57,19 +57,7 @@ public class SwqxzInfo implements Serializable {
/** 站点表id */
/** 站点表id */
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
@ApiModelProperty
(
value
=
"站点表id"
,
name
=
"stationId"
)
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
@ApiModelProperty
(
value
=
"创建人"
,
name
=
"createUserId"
)
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
@ApiModelProperty
(
value
=
"创建时间"
,
name
=
"createTime"
)
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
@ApiModelProperty
(
value
=
"备用项1"
,
name
=
"byx1"
)
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
@ApiModelProperty
(
value
=
"备用项2"
,
name
=
"byx2"
)
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
@ApiModelProperty
(
value
=
"备用项3"
,
name
=
"byx3"
)
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/DlsnjInfoModel.java
View file @
e969f198
...
@@ -27,14 +27,6 @@ public class DlsnjInfoModel extends BaseModel {
...
@@ -27,14 +27,6 @@ public class DlsnjInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/FlrbInfoModel.java
View file @
e969f198
...
@@ -73,14 +73,6 @@ public class FlrbInfoModel extends BaseModel {
...
@@ -73,14 +73,6 @@ public class FlrbInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/JfktgInfoModel.java
View file @
e969f198
...
@@ -47,14 +47,6 @@ public class JfktgInfoModel extends BaseModel {
...
@@ -47,14 +47,6 @@ public class JfktgInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/JfktpInfoModel.java
View file @
e969f198
...
@@ -31,14 +31,6 @@ public class JfktpInfoModel extends BaseModel {
...
@@ -31,14 +31,6 @@ public class JfktpInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/PfjInfoModel.java
View file @
e969f198
...
@@ -51,14 +51,6 @@ public class PfjInfoModel extends BaseModel {
...
@@ -51,14 +51,6 @@ public class PfjInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/SbInfoModel.java
View file @
e969f198
...
@@ -23,14 +23,6 @@ public class SbInfoModel extends BaseModel {
...
@@ -23,14 +23,6 @@ public class SbInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/SljfgInfoModel.java
View file @
e969f198
...
@@ -51,14 +51,6 @@ public class SljfgInfoModel extends BaseModel {
...
@@ -51,14 +51,6 @@ public class SljfgInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/SnqxzInfoModel.java
View file @
e969f198
...
@@ -27,14 +27,6 @@ public class SnqxzInfoModel extends BaseModel {
...
@@ -27,14 +27,6 @@ public class SnqxzInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/java/com/devplatform/admin/modules/eq/model/SwqxzInfoModel.java
View file @
e969f198
...
@@ -37,14 +37,6 @@ public class SwqxzInfoModel extends BaseModel {
...
@@ -37,14 +37,6 @@ public class SwqxzInfoModel extends BaseModel {
private
Integer
type
;
private
Integer
type
;
/** 站点表id */
/** 站点表id */
private
java
.
lang
.
String
stationId
;
private
java
.
lang
.
String
stationId
;
/** 创建人 */
private
java
.
lang
.
String
createUserId
;
/** 创建时间 */
/** 创建时间 */
private
java
.
util
.
Date
createTime
;
private
java
.
util
.
Date
createTime
;
/** 备用项1 */
private
java
.
lang
.
String
byx1
;
/** 备用项2 */
private
java
.
lang
.
String
byx2
;
/** 备用项3 */
private
java
.
lang
.
String
byx3
;
}
}
microservice-admin/src/main/resources/mapper/eq/DlsnjInfoMapper.xml
View file @
e969f198
...
@@ -11,16 +11,12 @@
...
@@ -11,16 +11,12 @@
<result
column=
"fault_alarm"
property=
"faultAlarm"
/>
<result
column=
"fault_alarm"
property=
"faultAlarm"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- dlsnj_info table all fields -->
<!-- dlsnj_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,setting_temperature,setting_mode,setting_wind_speed,fault_alarm,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,setting_temperature,setting_mode,setting_wind_speed,fault_alarm,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -34,11 +30,7 @@
...
@@ -34,11 +30,7 @@
<if
test=
"faultAlarm!=null and faultAlarm!=''"
>
and t.fault_alarm = #{faultAlarm}
</if>
<if
test=
"faultAlarm!=null and faultAlarm!=''"
>
and t.fault_alarm = #{faultAlarm}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
microservice-admin/src/main/resources/mapper/eq/FlrbInfoMapper.xml
View file @
e969f198
...
@@ -34,16 +34,12 @@
...
@@ -34,16 +34,12 @@
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- flrb_info table all fields -->
<!-- flrb_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,phase_a_voltage,phase_b_voltage,phase_c_voltage,phase_a_current,phase_b_current,phase_c_current,phase_a_power_factor,phase_b_power_factor,phase_c_power_factor,phase_a_power,phase_b_power,phase_c_power,electric_energy,power_protection_alarm,water_flow_alarm,feng_shui_mode,hot_water_mode,water_supply_temperature,return_water_temperature,heating_start_temperature,heating_stop_temperature,indoor_ambient_temperature,outlet_temperature,return_air_temperature,hot_air_start_temperature,hot_air_stop_temperature,communication_failure,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,phase_a_voltage,phase_b_voltage,phase_c_voltage,phase_a_current,phase_b_current,phase_c_current,phase_a_power_factor,phase_b_power_factor,phase_c_power_factor,phase_a_power,phase_b_power,phase_c_power,electric_energy,power_protection_alarm,water_flow_alarm,feng_shui_mode,hot_water_mode,water_supply_temperature,return_water_temperature,heating_start_temperature,heating_stop_temperature,indoor_ambient_temperature,outlet_temperature,return_air_temperature,hot_air_start_temperature,hot_air_stop_temperature,communication_failure,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -80,11 +76,7 @@
...
@@ -80,11 +76,7 @@
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
microservice-admin/src/main/resources/mapper/eq/JfktgInfoMapper.xml
View file @
e969f198
...
@@ -21,16 +21,12 @@
...
@@ -21,16 +21,12 @@
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- jfktg_info table all fields -->
<!-- jfktg_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,phase_a_voltage,phase_b_voltage,phase_c_voltage,phase_a_current,phase_b_current,phase_c_current,phase_a_power_factor,phase_b_power_factor,phase_c_power_factor,phase_a_power,phase_b_power,phase_c_power,electric_energy,communication_failure,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,phase_a_voltage,phase_b_voltage,phase_c_voltage,phase_a_current,phase_b_current,phase_c_current,phase_a_power_factor,phase_b_power_factor,phase_c_power_factor,phase_a_power,phase_b_power,phase_c_power,electric_energy,communication_failure,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -54,11 +50,7 @@
...
@@ -54,11 +50,7 @@
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
microservice-admin/src/main/resources/mapper/eq/JfktpInfoMapper.xml
View file @
e969f198
...
@@ -13,16 +13,12 @@
...
@@ -13,16 +13,12 @@
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- jfktp_info table all fields -->
<!-- jfktp_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,voltage,current,power_factor,power,electric_energy,communication_failure,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,voltage,current,power_factor,power,electric_energy,communication_failure,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -38,11 +34,7 @@
...
@@ -38,11 +34,7 @@
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
microservice-admin/src/main/resources/mapper/eq/PfjInfoMapper.xml
View file @
e969f198
...
@@ -23,16 +23,12 @@
...
@@ -23,16 +23,12 @@
<result
column=
"signal_feedback"
property=
"signalFeedback"
/>
<result
column=
"signal_feedback"
property=
"signalFeedback"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- pfj_info table all fields -->
<!-- pfj_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,phase_a_voltage,phase_b_voltage,phase_c_voltage,phase_a_current,phase_b_current,phase_c_current,phase_a_power_factor,phase_b_power_factor,phase_c_power_factor,phase_a_power,phase_b_power,phase_c_power,electric_energy,communication_failure,io_fault_alarm,signal_feedback,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,phase_a_voltage,phase_b_voltage,phase_c_voltage,phase_a_current,phase_b_current,phase_c_current,phase_a_power_factor,phase_b_power_factor,phase_c_power_factor,phase_a_power,phase_b_power,phase_c_power,electric_energy,communication_failure,io_fault_alarm,signal_feedback,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -58,11 +54,7 @@
...
@@ -58,11 +54,7 @@
<if
test=
"signalFeedback!=null and signalFeedback!=''"
>
and t.signal_feedback = #{signalFeedback}
</if>
<if
test=
"signalFeedback!=null and signalFeedback!=''"
>
and t.signal_feedback = #{signalFeedback}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
microservice-admin/src/main/resources/mapper/eq/SbInfoMapper.xml
View file @
e969f198
...
@@ -9,16 +9,12 @@
...
@@ -9,16 +9,12 @@
<result
column=
"fault_alarm"
property=
"faultAlarm"
/>
<result
column=
"fault_alarm"
property=
"faultAlarm"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- sb_info table all fields -->
<!-- sb_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,current_frequency,fault_alarm,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,current_frequency,fault_alarm,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -30,11 +26,7 @@
...
@@ -30,11 +26,7 @@
<if
test=
"faultAlarm!=null and faultAlarm!=''"
>
and t.fault_alarm = #{faultAlarm}
</if>
<if
test=
"faultAlarm!=null and faultAlarm!=''"
>
and t.fault_alarm = #{faultAlarm}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
microservice-admin/src/main/resources/mapper/eq/SljfgInfoMapper.xml
View file @
e969f198
...
@@ -23,16 +23,12 @@
...
@@ -23,16 +23,12 @@
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- sljfg_info table all fields -->
<!-- sljfg_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,phase_a_voltage,phase_b_voltage,phase_c_voltage,phase_a_current,phase_b_current,phase_c_current,phase_a_power_factor,phase_b_power_factor,phase_c_power_factor,phase_a_power,phase_b_power,phase_c_power,electric_energy,current_frequency,fault_alarm,communication_failure,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,phase_a_voltage,phase_b_voltage,phase_c_voltage,phase_a_current,phase_b_current,phase_c_current,phase_a_power_factor,phase_b_power_factor,phase_c_power_factor,phase_a_power,phase_b_power,phase_c_power,electric_energy,current_frequency,fault_alarm,communication_failure,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -58,11 +54,7 @@
...
@@ -58,11 +54,7 @@
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
microservice-admin/src/main/resources/mapper/eq/SnqxzInfoMapper.xml
View file @
e969f198
...
@@ -11,16 +11,12 @@
...
@@ -11,16 +11,12 @@
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- snqxz_info table all fields -->
<!-- snqxz_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,temperature,humidity,carbon_dioxide,communication_failure,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,temperature,humidity,carbon_dioxide,communication_failure,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -34,11 +30,7 @@
...
@@ -34,11 +30,7 @@
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
microservice-admin/src/main/resources/mapper/eq/SwqxzInfoMapper.xml
View file @
e969f198
...
@@ -16,16 +16,12 @@
...
@@ -16,16 +16,12 @@
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"communication_failure"
property=
"communicationFailure"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"type"
property=
"type"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"station_id"
property=
"stationId"
/>
<result
column=
"create_user_id"
property=
"createUserId"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"create_time"
property=
"createTime"
/>
<result
column=
"byx1"
property=
"byx1"
/>
<result
column=
"byx2"
property=
"byx2"
/>
<result
column=
"byx3"
property=
"byx3"
/>
</resultMap>
</resultMap>
<!-- swqxz_info table all fields -->
<!-- swqxz_info table all fields -->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
id,resource_id,temperature,humidity,wind_speed,wind_direction,illuminance,carbon_dioxide,fine_particles,radiation,communication_failure,type,station_id,create_
user_id,create_time,byx1,byx2,byx3
id,resource_id,temperature,humidity,wind_speed,wind_direction,illuminance,carbon_dioxide,fine_particles,radiation,communication_failure,type,station_id,create_
time
</sql>
</sql>
<!-- 公共查询条件 -->
<!-- 公共查询条件 -->
...
@@ -44,11 +40,7 @@
...
@@ -44,11 +40,7 @@
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"communicationFailure!=null and communicationFailure!=''"
>
and t.communication_failure = #{communicationFailure}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"type!=null "
>
and t.type = #{type}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"stationId!=null and stationId!=''"
>
and t.station_id = #{stationId}
</if>
<if
test=
"createUserId!=null and createUserId!=''"
>
and t.create_user_id = #{createUserId}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"createTime!=null "
>
and t.create_time = #{createTime}
</if>
<if
test=
"byx1!=null and byx1!=''"
>
and t.byx1 = #{byx1}
</if>
<if
test=
"byx2!=null and byx2!=''"
>
and t.byx2 = #{byx2}
</if>
<if
test=
"byx3!=null and byx3!=''"
>
and t.byx3 = #{byx3}
</if>
</sql>
</sql>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
<select
id=
"queryPageByCount"
parameterType=
"Object"
resultType=
"java.lang.Integer"
>
...
...
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