fix:查询子项

pg_adapter
wangxy 6 months ago
parent 192577d01a
commit e487823d6c

@ -143,9 +143,9 @@ public class CheckReportController extends BaseController {
/**
* :sys_check_type_report
*/
@GetMapping("/checkView/{type}")
@GetMapping("/checkViewParent/{type}")
@ResponseBody
public AjaxResult checkView(@PathVariable("type") String type) {
public AjaxResult checkViewParent(@PathVariable("type") String type) {
return AjaxResult.success(checkReportManager.getCheckTypeDTOParent(type));
}

Loading…
Cancel
Save