jsk
This commit is contained in:
parent
d1fcb0d4d5
commit
7a4a59d8d9
|
|
@ -46,6 +46,7 @@ public class HealthPersonInfoController extends BaseController {
|
||||||
List<HealthPersonInfo> list = healthPersonInfoService.selectHealthPersonInfoList(healthPersonInfo);
|
List<HealthPersonInfo> list = healthPersonInfoService.selectHealthPersonInfoList(healthPersonInfo);
|
||||||
return getDataTable(list);
|
return getDataTable(list);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 导出人员健康情况列表
|
* 导出人员健康情况列表
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue