|
|
|
@ -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));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|