|
|
@@ -64,7 +64,7 @@ public class BaseSubstationController extends BaseController {
|
|
|
return getDataTable(list);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "列表")
|
|
|
+ @ApiOperation(value = "通过线别id查询变电所列表")
|
|
|
@GetMapping(value = "getDeptSubList")
|
|
|
public TableDataInfo getDeptSubList(BaseSubstation baseSubstation) {
|
|
|
startPage();
|