|  | @ -20,7 +20,6 @@ import org.springframework.beans.factory.annotation.Value;
 | 
	
		
			
				|  |  | import org.springframework.mock.web.MockMultipartFile;
 | 
	
		
			
				|  |  | import org.springframework.stereotype.Service;
 | 
	
		
			
				|  |  | import org.springframework.web.multipart.MultipartFile;
 | 
	
		
			
				|  |  | import sun.plugin2.message.Message;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import javax.transaction.Transactional;
 | 
	
		
			
				|  |  | import java.io.InputStream;
 | 
	
	
		
			
				|  | @ -83,7 +82,7 @@ public class QrcodeService {
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  |         System.out.println("token"+token);
 | 
	
		
			
				|  |  |         System.out.println("wxId"+wxId);
 | 
	
		
			
				|  |  |         Iterable<BaseDoctorDO> doctors = baseDoctorDao.findAll();
 | 
	
		
			
				|  |  |         Iterable<BaseDoctorDO> doctors = baseDoctorDao.findByDel();
 | 
	
		
			
				|  |  |         for (BaseDoctorDO doctorDO :doctors){
 | 
	
		
			
				|  |  |             if (null==doctorDO.getQrcode()||"".equals(doctorDO.getQrcode())){
 | 
	
		
			
				|  |  |                 // 二维码内容
 |