Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
1c96421f
Commit
1c96421f
authored
Nov 08, 2024
by
李秀明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手动解决分支合并冲突
parent
8a75cb67
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
18 deletions
+10
-18
Equipment.java
.../main/java/com/yeejoin/amos/fas/dao/entity/Equipment.java
+7
-13
ContingencyPlanServiceImpl.java
...fas/business/service/impl/ContingencyPlanServiceImpl.java
+0
-2
pom.xml
pom.xml
+3
-3
No files found.
YeeAmosFireAutoSysCommon/src/main/java/com/yeejoin/amos/fas/dao/entity/Equipment.java
View file @
1c96421f
...
@@ -9,7 +9,7 @@ import java.util.Date;
...
@@ -9,7 +9,7 @@ import java.util.Date;
/**
/**
* The persistent class for the equipment database table.
* The persistent class for the equipment database table.
*
*
*/
*/
@Entity
@Entity
@Table
(
name
=
"f_equipment"
)
@Table
(
name
=
"f_equipment"
)
...
@@ -31,12 +31,12 @@ public class Equipment extends BasicEntity {
...
@@ -31,12 +31,12 @@ public class Equipment extends BasicEntity {
* 3维坐标
* 3维坐标
*/
*/
private
String
position3d
;
private
String
position3d
;
/**
/**
* 3维楼层
* 3维楼层
*/
*/
private
String
floor3d
;
private
String
floor3d
;
/**
/**
* 预案配置
* 预案配置
*/
*/
...
@@ -102,14 +102,14 @@ public class Equipment extends BasicEntity {
...
@@ -102,14 +102,14 @@ public class Equipment extends BasicEntity {
}
}
private
String
room
;
private
String
room
;
/**
/**
* 关联消防小室id
* 关联消防小室id
*/
*/
@Column
(
name
=
"fire_station_id"
)
@Column
(
name
=
"fire_station_id"
)
private
Long
fireStationId
;
private
Long
fireStationId
;
@Column
(
name
=
"create_by"
)
@Column
(
name
=
"create_by"
)
private
String
createBy
;
private
String
createBy
;
...
@@ -155,12 +155,6 @@ public class Equipment extends BasicEntity {
...
@@ -155,12 +155,6 @@ public class Equipment extends BasicEntity {
@Column
(
name
=
"reserve_source"
)
@Column
(
name
=
"reserve_source"
)
private
Integer
reserveSource
;
private
Integer
reserveSource
;
/**
* 分类
*/
@Column
(
name
=
"category"
)
private
String
category
;
public
Equipment
()
{
public
Equipment
()
{
}
}
...
@@ -188,7 +182,7 @@ public class Equipment extends BasicEntity {
...
@@ -188,7 +182,7 @@ public class Equipment extends BasicEntity {
this
.
riskSourceId
=
riskSourceId
;
this
.
riskSourceId
=
riskSourceId
;
}
}
public
String
getChargeDeptId
()
{
public
String
getChargeDeptId
()
{
return
chargeDeptId
;
return
chargeDeptId
;
...
@@ -260,7 +254,7 @@ public class Equipment extends BasicEntity {
...
@@ -260,7 +254,7 @@ public class Equipment extends BasicEntity {
public
void
setRoom
(
String
room
)
{
public
void
setRoom
(
String
room
)
{
this
.
room
=
room
;
this
.
room
=
room
;
}
}
public
String
getReservePlan
()
{
public
String
getReservePlan
()
{
return
reservePlan
;
return
reservePlan
;
}
}
...
...
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/impl/ContingencyPlanServiceImpl.java
View file @
1c96421f
...
@@ -694,8 +694,6 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
...
@@ -694,8 +694,6 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
public
Page
<
PlanDetailVo
>
pageFilter
(
Page
page
,
String
planName
,
Long
public
Page
<
PlanDetailVo
>
pageFilter
(
Page
page
,
String
planName
,
Long
classifyId
,
List
<
String
>
planRange
,
String
editOrgName
,
Date
implementationTimeLeft
,
Date
classifyId
,
List
<
String
>
planRange
,
String
editOrgName
,
Date
implementationTimeLeft
,
Date
implementationTimeRight
,
String
equipmentId
,
String
category
)
{
implementationTimeRight
,
String
equipmentId
,
String
category
)
{
implementationTimeRight
,
String
equipmentId
,
String
category
)
{
List
<
Long
>
classifyIdList
=
new
ArrayList
<>();
List
<
Long
>
classifyIdList
=
new
ArrayList
<>();
if
(
classifyId
!=
null
)
{
if
(
classifyId
!=
null
)
{
Collection
<
PlanClassifyTreeVo
>
classifyTreeList
=
planClassifyTreeService
.
getAllChildIncludeMe
(
classifyId
);
Collection
<
PlanClassifyTreeVo
>
classifyTreeList
=
planClassifyTreeService
.
getAllChildIncludeMe
(
classifyId
);
...
...
pom.xml
View file @
1c96421f
...
@@ -233,12 +233,12 @@
...
@@ -233,12 +233,12 @@
<repository>
<repository>
<id>
Releases
</id>
<id>
Releases
</id>
<name>
Releases
</name>
<name>
Releases
</name>
<url>
http://
113.142.68.105
:8081/nexus/content/repositories/releases/
</url>
<url>
http://
47.92.103.240
:8081/nexus/content/repositories/releases/
</url>
</repository>
</repository>
<repository>
<repository>
<id>
Snapshots
</id>
<id>
Snapshots
</id>
<name>
Snapshots
</name>
<name>
Snapshots
</name>
<url>
http://
113.142.68.105
:8081/nexus/content/repositories/snapshots/
</url>
<url>
http://
47.92.103.240
:8081/nexus/content/repositories/snapshots/
</url>
</repository>
</repository>
<!-- <repository>-->
<!-- <repository>-->
<!-- <id>maven-public-ty</id>-->
<!-- <id>maven-public-ty</id>-->
...
@@ -256,7 +256,7 @@
...
@@ -256,7 +256,7 @@
<pluginRepository>
<pluginRepository>
<id>
public
</id>
<id>
public
</id>
<name>
Public Repositories
</name>
<name>
Public Repositories
</name>
<url>
http://
113.142.68.105
:8081/nexus/content/groups/public/
</url>
<url>
http://
47.92.103.240
:8081/nexus/content/groups/public/
</url>
</pluginRepository>
</pluginRepository>
</pluginRepositories>
</pluginRepositories>
...
...
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