|  |  |  | @ -4,6 +4,7 @@ import cn.hutool.core.collection.CollectionUtil; | 
			
		
	
		
			
				
					|  |  |  |  | import cn.hutool.core.net.URLDecoder; | 
			
		
	
		
			
				
					|  |  |  |  | import cn.hutool.core.util.IdUtil; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.constant.Constant; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.constant.ConstantStatus; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.dao.auth.AuthAdminDao; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.dao.basic.UdiRlSupDao; | 
			
		
	
		
			
				
					|  |  |  |  | import com.glxp.api.dao.inout.*; | 
			
		
	
	
		
			
				
					|  |  |  | @ -262,11 +263,11 @@ public class IoOrderUtilsService { | 
			
		
	
		
			
				
					|  |  |  |  |         ioOrderEntity1.setOrderType(3); | 
			
		
	
		
			
				
					|  |  |  |  |         ioOrderEntity1.setFromType(1); | 
			
		
	
		
			
				
					|  |  |  |  |         if (!checkUdi) { | 
			
		
	
		
			
				
					|  |  |  |  |             ioOrderEntity1.setStatus(1); | 
			
		
	
		
			
				
					|  |  |  |  |             ioOrderEntity1.setStatus(ConstantStatus.ORDER_STATUS_TEMP_SAVE); | 
			
		
	
		
			
				
					|  |  |  |  |             ioOrderEntity1.setDealStatus(1); | 
			
		
	
		
			
				
					|  |  |  |  |         } else { | 
			
		
	
		
			
				
					|  |  |  |  |             ioOrderEntity1.setStatus(3); | 
			
		
	
		
			
				
					|  |  |  |  |             ioOrderEntity1.setDealStatus(1); | 
			
		
	
		
			
				
					|  |  |  |  |             ioOrderEntity1.setStatus(ConstantStatus.ORDER_STATS_ERROR); | 
			
		
	
		
			
				
					|  |  |  |  |             ioOrderEntity1.setDealStatus(2); | 
			
		
	
		
			
				
					|  |  |  |  |             ioOrderEntity1.setRemark("产品错误!"); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         ioOrderEntity1.setCreateTime(new Date()); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |