测试文档bug调整
This commit is contained in:
@@ -23,4 +23,8 @@ public class QueryResultLimitVO implements Serializable {
|
||||
private List<String> phaiscType;
|
||||
private List<String> unit;
|
||||
private Integer harmNum;
|
||||
/**
|
||||
* 接线方式 0.星型 1.星三角 2.三角
|
||||
*/
|
||||
private String wiringMethod;
|
||||
}
|
||||
|
||||
@@ -827,6 +827,7 @@ public class HistoryResultServiceImpl implements HistoryResultService {
|
||||
queryResultLimitVO.setLineName(lineDetailDataVO.getPointName());
|
||||
queryResultLimitVO.setHarmNum(number);
|
||||
queryResultLimitVO.setTargetName(targetName);
|
||||
queryResultLimitVO.setWiringMethod(lineDetailDataVO.getWiringMethod());
|
||||
} else {
|
||||
return queryResultLimitVO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user