jsk 健康
This commit is contained in:
parent
d0ba4aaf20
commit
6bceddc8de
|
|
@ -45,7 +45,7 @@ public class HealthPersonInfoController extends BaseController {
|
||||||
@GetMapping("/list")
|
@GetMapping("/list")
|
||||||
public TableDataInfo list(HealthPersonInfo healthPersonInfo) {
|
public TableDataInfo list(HealthPersonInfo healthPersonInfo) {
|
||||||
startPage();
|
startPage();
|
||||||
System.out.println(healthPersonInfo.getChronicIds());
|
System.out.println(healthPersonInfo.getPlaceIds());
|
||||||
List<HealthPersonInfo> list = healthPersonInfoService.selectHealthPersonInfoList(healthPersonInfo);
|
List<HealthPersonInfo> list = healthPersonInfoService.selectHealthPersonInfoList(healthPersonInfo);
|
||||||
return getDataTable(list);
|
return getDataTable(list);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -173,4 +173,5 @@ public class HealthPersonInfo extends BaseEntity {
|
||||||
@ApiModelProperty("更新时间")
|
@ApiModelProperty("更新时间")
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
private String doctorAdvices;
|
private String doctorAdvices;
|
||||||
|
private String placeIds;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue