代码调整

This commit is contained in:
2023-06-07 11:44:11 +08:00
parent 0b65b55d28
commit 41f7664d35
4 changed files with 17 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ public class CsLedgerController extends BaseController {
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
@PostMapping("/lineTree")
@ApiOperation("监测点树")
@ApiOperation("治理监测点树")
public HttpResult<List<CsLedgerVO>> lineTree(){
String methodDescribe = getMethodDescribe("lineTree");
List<CsLedgerVO> list = csLedgerService.getLineTree();