|  | @ -350,8 +350,8 @@ public class PatientInfoPlatFormService {
 | 
	
		
			
				|  |  |                                 com.alibaba.fastjson.JSONArray nightArr = jsonObject.getJSONArray("sleepNightRecordList");
 | 
	
		
			
				|  |  |                                 if (nightArr.size()>0){
 | 
	
		
			
				|  |  |                                     com.alibaba.fastjson.JSONObject tmp = nightArr.getJSONObject(0);
 | 
	
		
			
				|  |  |                                     String time = tmp.getString("createTime");
 | 
	
		
			
				|  |  |                                     info.put("info1","离床时间: "+time);
 | 
	
		
			
				|  |  |                                     Long time =Long.parseLong(tmp.getString("createTime"));
 | 
	
		
			
				|  |  |                                     info.put("info1","离床时间: "+DateUtil.dateToStrLong(new Date(time)));
 | 
	
		
			
				|  |  |                                 }
 | 
	
		
			
				|  |  |                             }
 | 
	
		
			
				|  |  |                         }
 |