| 
					
				 | 
			
			
				@@ -97,7 +97,7 @@ public class OmsOrderReturnApplyServiceImpl implements OmsOrderReturnApplyServic 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             returnApply.setReceiveTime(new Date()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             returnApply.setReceiveMan(statusParam.getReceiveMan()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             returnApply.setReceiveNote(statusParam.getReceiveNote()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (returnApply.getReturnAmount().compareTo(BigDecimal.ZERO) >0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (omsOrderReturnApply.getReturnAmount().compareTo(BigDecimal.ZERO) >0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 refundAmount(omsOrderReturnApply); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else if (status.equals(3)) { 
			 |