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;
/**
* The persistent class for the equipment database table.
*
*
*/
@Entity
@Table
(
name
=
"f_equipment"
)
...
...
@@ -31,12 +31,12 @@ public class Equipment extends BasicEntity {
* 3维坐标
*/
private
String
position3d
;
/**
* 3维楼层
*/
private
String
floor3d
;
/**
* 预案配置
*/
...
...
@@ -102,14 +102,14 @@ public class Equipment extends BasicEntity {
}
private
String
room
;
/**
* 关联消防小室id
*/
@Column
(
name
=
"fire_station_id"
)
private
Long
fireStationId
;
@Column
(
name
=
"create_by"
)
private
String
createBy
;
...
...
@@ -155,12 +155,6 @@ public class Equipment extends BasicEntity {
@Column
(
name
=
"reserve_source"
)
private
Integer
reserveSource
;
/**
* 分类
*/
@Column
(
name
=
"category"
)
private
String
category
;
public
Equipment
()
{
}
...
...
@@ -188,7 +182,7 @@ public class Equipment extends BasicEntity {
this
.
riskSourceId
=
riskSourceId
;
}
public
String
getChargeDeptId
()
{
return
chargeDeptId
;
...
...
@@ -260,7 +254,7 @@ public class Equipment extends BasicEntity {
public
void
setRoom
(
String
room
)
{
this
.
room
=
room
;
}
public
String
getReservePlan
()
{
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 {
public
Page
<
PlanDetailVo
>
pageFilter
(
Page
page
,
String
planName
,
Long
classifyId
,
List
<
String
>
planRange
,
String
editOrgName
,
Date
implementationTimeLeft
,
Date
implementationTimeRight
,
String
equipmentId
,
String
category
)
{
implementationTimeRight
,
String
equipmentId
,
String
category
)
{
List
<
Long
>
classifyIdList
=
new
ArrayList
<>();
if
(
classifyId
!=
null
)
{
Collection
<
PlanClassifyTreeVo
>
classifyTreeList
=
planClassifyTreeService
.
getAllChildIncludeMe
(
classifyId
);
...
...
pom.xml
View file @
1c96421f
...
...
@@ -233,12 +233,12 @@
<repository>
<id>
Releases
</id>
<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>
<id>
Snapshots
</id>
<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>-->
<!-- <id>maven-public-ty</id>-->
...
...
@@ -256,7 +256,7 @@
<pluginRepository>
<id>
public
</id>
<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>
</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