|  | @ -1973,6 +1973,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
												
													
														
															|  |             jsonObject.put("waiting_count",0);
 |  |             jsonObject.put("waiting_count",0);
 | 
												
													
														
															|  |             jsonObject.put("patient_name","");
 |  |             jsonObject.put("patient_name","");
 | 
												
													
														
															|  |             jsonObject.put("time_cost",0);
 |  |             jsonObject.put("time_cost",0);
 | 
												
													
														
															|  | 
 |  |             
 | 
												
													
														
															|  |             result.put((String)doctorlist.get(0).get("doctor"),jsonObject);
 |  |             result.put((String)doctorlist.get(0).get("doctor"),jsonObject);
 | 
												
													
														
															|  |         }
 |  |         }
 | 
												
													
														
															|  |         
 |  |         
 | 
												
											
												
													
														
															|  | @ -2073,6 +2074,17 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
												
													
														
															|  |         for (JSONObject jsonObject : result.values()) {
 |  |         for (JSONObject jsonObject : result.values()) {
 | 
												
													
														
															|  |             finalresult.add(jsonObject);
 |  |             finalresult.add(jsonObject);
 | 
												
													
														
															|  |         }
 |  |         }
 | 
												
													
														
															|  | 
 |  |         Integer room_no = 1;
 | 
												
													
														
															|  | 
 |  |         for(JSONObject jsonObject :finalresult){
 | 
												
													
														
															|  | 
 |  |             String roomname = "";
 | 
												
													
														
															|  | 
 |  |             if(room_no < 10){
 | 
												
													
														
															|  | 
 |  |                 roomname = "0"+room_no+"诊室";
 | 
												
													
														
															|  | 
 |  |             }else{
 | 
												
													
														
															|  | 
 |  |                 roomname = room_no+"诊室";
 | 
												
													
														
															|  | 
 |  |             }
 | 
												
													
														
															|  | 
 |  |             jsonObject.put("room_name",roomname);
 | 
												
													
														
															|  | 
 |  |             room_no ++;
 | 
												
													
														
															|  | 
 |  |         }
 | 
												
													
														
															|  |         
 |  |         
 | 
												
													
														
															|  |         return finalresult;
 |  |         return finalresult;
 | 
												
													
														
															|  |     }
 |  |     }
 |