|
@ -845,7 +845,7 @@ public class SignPatientLabelInfoController extends BaseController {
|
|
|
@ApiParam(name="startdate", value="体征数据开始时间yyyy-mm-dd hh:mm:ss") @RequestParam(value = "startdate",required = false,defaultValue = "2017-9-10 00:00:00") String startdate,
|
|
|
@ApiParam(name="enddate", value="体征数据结束时间yyyy-mm-dd hh:mm:ss") @RequestParam(value = "enddate",required = false,defaultValue = "2017-9-16 23:59:59") String enddate){
|
|
|
try {
|
|
|
com.alibaba.fastjson.JSONObject result = doctorSchemeService.getSlowDiseaseTeaminfos(teamCode,getcolor,getstands,gethealthindex,startdate,enddate,"zbqD201703150226");
|
|
|
com.alibaba.fastjson.JSONObject result = doctorSchemeService.getSlowDiseaseTeaminfos(teamCode,getcolor,getstands,gethealthindex,startdate,enddate,getUID());
|
|
|
return write(200, "查询成功", "data", result);
|
|
|
}catch (Exception e){
|
|
|
//日志文件中记录异常信息
|