|
@ -86,7 +86,7 @@ public class HealthUploadPoint extends EnvelopRestEndpoint {
|
|
|
@ApiParam(name = "id", value = "id", required = true)
|
|
|
@RequestParam(value = "id") String id) {
|
|
|
try {
|
|
|
return ObjEnvelop.getSuccess("",healthReportingFrequencyService.findDetail(id));
|
|
|
return ObjEnvelop.getSuccess("获取成功",healthReportingFrequencyService.findDetail(id));
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
|
return Envelop.getError("查询失败");
|