|  | @ -340,7 +340,7 @@ public class DoctorSchemeService {
 | 
	
		
			
				|  |  |                     patientSchemeListObj.setSchemecode(schemecode);
 | 
	
		
			
				|  |  |                     patientSchemeListObj.setDoctorcode(doctorcode);
 | 
	
		
			
				|  |  |                     Short _type = new Short(type);
 | 
	
		
			
				|  |  |                     patientSchemeListObj.setType(_type);
 | 
	
		
			
				|  |  |                     patientSchemeListObj.setType(Integer.parseInt(type));
 | 
	
		
			
				|  |  |                     patientSchemeListObj.setCreateTime(DateUtil.getNowTimestamp());
 | 
	
		
			
				|  |  |                     patientSchemeListDao.save(patientSchemeListObj);
 | 
	
		
			
				|  |  |                 }
 |