|  | @ -165,15 +165,15 @@ public class PatientInfoPlatFormEndpoint extends EnvelopRestEndpoint {
 | 
	
		
			
				|  |  |     @GetMapping(value = "getHealthIndexInfo")
 | 
	
		
			
				|  |  |     @ApiOperation("获取居民体征信息")
 | 
	
		
			
				|  |  |     public String getHealthIndexInfo(@ApiParam(name="patient",value="患者代码",defaultValue = "eb0b478fbe9245428ecf63cd7517206f")
 | 
	
		
			
				|  |  |                                              @RequestParam(value="patient",required = true) String patient,
 | 
	
		
			
				|  |  |                                       @ApiParam(name="type",value="指标类型",defaultValue = "1")
 | 
	
		
			
				|  |  |                                              @RequestParam(value="type",required = true) int type,
 | 
	
		
			
				|  |  |                                       @ApiParam(name="gi_type",value="就餐类型",defaultValue = "0")
 | 
	
		
			
				|  |  |                                              @RequestParam(value = "gi_type",required = false) int gi_type,
 | 
	
		
			
				|  |  |                                       @ApiParam(name="begin",value="开始时间",defaultValue = "2017-05-22 00:00:00")
 | 
	
		
			
				|  |  |                                              @RequestParam(value="begin",required = true) String begin,
 | 
	
		
			
				|  |  |                                       @ApiParam(name="end",value="结束时间",defaultValue = "2017-06-02 00:00:00")
 | 
	
		
			
				|  |  |                                              @RequestParam(value="end",required = true) String end){
 | 
	
		
			
				|  |  |                                      @RequestParam(value="patient",required = true) String patient,
 | 
	
		
			
				|  |  |                                      @ApiParam(name="type",value="指标类型",defaultValue = "1")
 | 
	
		
			
				|  |  |                                      @RequestParam(value="type",required = true) Integer type,
 | 
	
		
			
				|  |  |                                      @ApiParam(name="gi_type",value="就餐类型",defaultValue = "0")
 | 
	
		
			
				|  |  |                                      @RequestParam(value = "gi_type",required = false) Integer gi_type,
 | 
	
		
			
				|  |  |                                      @ApiParam(name="begin",value="开始时间",defaultValue = "2017-05-22 00:00:00")
 | 
	
		
			
				|  |  |                                      @RequestParam(value="begin",required = true) String begin,
 | 
	
		
			
				|  |  |                                      @ApiParam(name="end",value="结束时间",defaultValue = "2017-06-02 00:00:00")
 | 
	
		
			
				|  |  |                                      @RequestParam(value="end",required = true) String end){
 | 
	
		
			
				|  |  |         try {
 | 
	
		
			
				|  |  |             return baseController.write (200,"查询成功","data",patientInfoPlatFormService.getHealthIndexInfo(patient,type,gi_type,begin,end));
 | 
	
		
			
				|  |  |         }catch (Exception e){
 |