1.广州超高压微调
This commit is contained in:
@@ -162,7 +162,7 @@ public class PmsStatationStatController extends BaseController {
|
||||
@ApiImplicitParam(name = "param", value = "条件参数", required = true)
|
||||
})
|
||||
public HttpResult<List<StatationStat>> getPowerInfo(@RequestBody PmsStatationStatInfoParam param) {
|
||||
String methodDescribe = getMethodDescribe("getStatationStatInfo");
|
||||
String methodDescribe = getMethodDescribe("getPowerInfo");
|
||||
List<StatationStat> powerInfo = statationStatService.getPowerInfo(param);
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, powerInfo, methodDescribe);
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ public class LineParam {
|
||||
|
||||
@ApiModelProperty(name = "name",value = "监测点名称",required = true)
|
||||
@NotBlank(message = "监测点名称不可为空")
|
||||
@Pattern(regexp = PatternRegex.DEV_NAME_REGEX,message = "监测点名称违规")
|
||||
//@Pattern(regexp = PatternRegex.DEV_NAME_REGEX,message = "监测点名称违规")
|
||||
private String name;
|
||||
|
||||
@ApiModelProperty(name = "name",value = "原监测点名称",required = true)
|
||||
|
||||
Reference in New Issue
Block a user