|  | @@ -1528,6 +1528,9 @@ public class Order extends Controller {
 | 
	
		
			
				|  |  |          if(!StringUtils.isBlank(row.getString("submitdate"))){
 | 
	
		
			
				|  |  |               submitdate = row.getDate("submitdate");
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        if(!row.getString("type").equals("标准订单")){
 | 
	
		
			
				|  |  | +            return getErrReturnObject().setErrMsg("非标准订单无法退回").toString();
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |          if(!isMonth(submitdate,date) && row.getString("type").equals("标准订单")){
 | 
	
		
			
				|  |  |              return getErrReturnObject().setErrMsg("标准订单无法跨月退回").toString();
 | 
	
		
			
				|  |  |          }
 |