Commit 1c96421f authored by 李秀明's avatar 李秀明

手动解决分支合并冲突

parent 8a75cb67
...@@ -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() {
} }
......
...@@ -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);
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment