|  | @ -1314,7 +1314,7 @@ public class BaseDoctorService extends BaseJpaService<BaseDoctorDO, BaseDoctorDa
 | 
	
		
			
				|  |  |                 salt = randomString(5);
 | 
	
		
			
				|  |  |                 baseDoctorDO.setSalt(salt);
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             baseDoctorDO.setPassword(MD5.md5Hex(baseDoctorDO.getIdcard().substring(12, 18) + "{" + salt + "}"));
 | 
	
		
			
				|  |  |             baseDoctorDO.setPassword(MD5.md5Hex("a123456*" + "{" + salt + "}"));
 | 
	
		
			
				|  |  |             baseDoctorDao.save(baseDoctorDO);
 | 
	
		
			
				|  |  |             if ("xm_ykyy_wx".equalsIgnoreCase(wxId)){
 | 
	
		
			
				|  |  |                 String res = ykyyService.getResetCode("4",baseDoctorDO.getMobile());
 |