Commit 4b899612 by baochunxin

#G:列表新增学科

parent da250e32
......@@ -86,6 +86,7 @@ public class ExperimentLevelController extends BaseController {
@GetMapping("/pxperimentPlanList")
public AjaxResult pxperimentPlanList(SchoolExperimentPlanVo schoolExperimentPlanVo)
{
schoolExperimentPlanVo.setSub(schoolLabClassYearService.getSub());
return AjaxResult.success(schoolExperimentPlanService.selectNameByVo(schoolExperimentPlanVo));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment