@@ -56,7 +56,7 @@ public class MedicalIndicatorController extends AppBaseController {
* 查询所有启用的指标
*/
@ApiOperation("查询所有启用的指标")
- @GetMapping("/listEnabled")
+ @GetMapping("/listAllEnabledByReportId")
public R listAllEnabledByReportId(@RequestParam("reportId") Long reportId) {
log.info("查询所有启用的指标");
try {