|  | @@ -91,7 +91,7 @@ public class DictUtils
 | 
	
		
			
				|  |  |                  {
 | 
	
		
			
				|  |  |                      if (value.equals(dict.getDictValue()))
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  | -                        propertyString.append(dict.getDictLabel() + separator);
 | 
	
		
			
				|  |  | +                        propertyString.append(dict.getDictLabel()).append(separator);
 | 
	
		
			
				|  |  |                          break;
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
	
		
			
				|  | @@ -131,7 +131,7 @@ public class DictUtils
 | 
	
		
			
				|  |  |                  {
 | 
	
		
			
				|  |  |                      if (label.equals(dict.getDictLabel()))
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  | -                        propertyString.append(dict.getDictValue() + separator);
 | 
	
		
			
				|  |  | +                        propertyString.append(dict.getDictValue()).append(separator);
 | 
	
		
			
				|  |  |                          break;
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 |