1.发电用户导入配网表中
This commit is contained in:
@@ -104,13 +104,13 @@ public class DisPhotovoltaicController {
|
||||
|
||||
}
|
||||
|
||||
// @ApiOperation(value = "将用户数据导入到配网表中")
|
||||
// @PostMapping("/insertDistributionMonitor")
|
||||
// public String import380KV() throws Exception {
|
||||
// Boolean aBoolean = disPhotovoltaicService.savePmsDistributionMonitor();
|
||||
// if(aBoolean){
|
||||
// return "数据导入成功";
|
||||
// }
|
||||
// return "数据导入失败";
|
||||
// }
|
||||
@ApiOperation(value = "将用户数据导入到配网表中")
|
||||
@PostMapping("/insertDistributionMonitor")
|
||||
public String import380KV() throws Exception {
|
||||
Boolean aBoolean = disPhotovoltaicService.savePmsDistributionMonitor();
|
||||
if(aBoolean){
|
||||
return "数据导入成功";
|
||||
}
|
||||
return "数据导入失败";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user