|  |  | @ -42,7 +42,7 @@ public class ThirdAliDrugService extends ServiceImpl<ThirdAliDrugMapper, ThirdAl | 
			
		
	
		
		
			
				
					
					|  |  |  |                 throw new JsonException("仅支持TXT,文件类型错误" + suffix); |  |  |  |                 throw new JsonException("仅支持TXT,文件类型错误" + suffix); | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |             log.info(file.getSize() + "文件长度"); |  |  |  |             log.info(file.getSize() + "文件长度"); | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (file.getSize() > 10 * 1024 * 1024) { |  |  |  |             if (file.getSize() > 100 * 1024 * 1024) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 throw new JsonException("上传文件超过10M"); |  |  |  |                 throw new JsonException("上传文件超过10M"); | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |             List<ThirdAliDrug> thirdAliDrugs = new ArrayList<>(); |  |  |  |             List<ThirdAliDrug> thirdAliDrugs = new ArrayList<>(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |