|  | @@ -219,7 +219,7 @@ public class CommReceiveService {
 | 
	
		
			
				|  |  |       * @param receiveMsg
 | 
	
		
			
				|  |  |       * @return
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    public String removeRrefix0(String receiveMsg) {
 | 
	
		
			
				|  |  | +    public String removeRrdfix0(String receiveMsg) {
 | 
	
		
			
				|  |  |          int count = 0;
 | 
	
		
			
				|  |  |          while (StringUtils.startsWith(receiveMsg, CommConst.PREFIX_ERROR_0)) {
 | 
	
		
			
				|  |  |              receiveMsg = StringUtils.removeStartIgnoreCase(receiveMsg, CommConst.PREFIX_ERROR_0);
 |