|  | @@ -848,11 +848,6 @@ public class TestPlugin  extends AbstractListPlugin {
 | 
	
		
			
				|  |  |          //获取linux服务器连接
 | 
	
		
			
				|  |  |          if ("connect".equals(e.getOperateKey()))
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  | -            generateDataFile(filePath);
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -        if("testaaa".equals(e.getOperateKey())) {
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |              //先删除头像url在赋值
 | 
	
		
			
				|  |  |              DynamicObject[] userinfo=BusinessDataServiceHelper
 | 
	
		
			
				|  |  |                      .load("bos_user","id,gender,fullpinyin,picturefield",null);
 | 
	
	
		
			
				|  | @@ -860,9 +855,13 @@ public class TestPlugin  extends AbstractListPlugin {
 | 
	
		
			
				|  |  |                  item.set("picturefield","");
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              SaveServiceHelper.save(userinfo);
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        if("testaaa".equals(e.getOperateKey())) {
 | 
	
		
			
				|  |  | +            DynamicObject[] userinfo=BusinessDataServiceHelper
 | 
	
		
			
				|  |  | +                    .load("bos_user","id,gender,fullpinyin,picturefield",null);
 | 
	
		
			
				|  |  |              UserUtils.createAvatar(userinfo);
 | 
	
		
			
				|  |  |              SaveServiceHelper.save(userinfo);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      }
 |