| 
					
				 | 
			
			
				@ -1122,6 +1122,7 @@ public class ConsultTeamService extends ConsultService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        prescription.setType(PrescriptionLog.PrescriptionLogType.create.getValue()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        prescription.setStatus(PrescriptionLog.PrescriptionLogStatus.revieweding.getValue()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        prescription.setConsult(ct.getConsult()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        prescription.setJwPayStatus(0);//处方结算状态,0为未结算,1为结算成功,默认为0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        //保存智业的医生信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        Map<String,Object> map = zyDictService.findJwDoctorByDoctor(doctor.getCode()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if(map!=null){ 
			 |