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

手动解决分支合并冲突

parent 8a75cb67
......@@ -155,12 +155,6 @@ public class Equipment extends BasicEntity {
@Column(name="reserve_source")
private Integer reserveSource;
/**
* 分类
*/
@Column(name="category")
private String category;
public Equipment() {
}
......
......@@ -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);
......
......@@ -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>
......
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