|  |  | @ -28,9 +28,11 @@ import com.glxp.api.util.JasperUtils; | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.util.OrderNoTypeBean; |  |  |  | import com.glxp.api.util.OrderNoTypeBean; | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.util.udi.FilterUdiUtils; |  |  |  | import com.glxp.api.util.udi.FilterUdiUtils; | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.util.udi.UdiCalCountUtil; |  |  |  | import com.glxp.api.util.udi.UdiCalCountUtil; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | import lombok.RequiredArgsConstructor; | 
			
		
	
		
		
			
				
					
					|  |  |  | import net.sf.jasperreports.engine.JRException; |  |  |  | import net.sf.jasperreports.engine.JRException; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.apache.commons.lang3.StringUtils; |  |  |  | import org.apache.commons.lang3.StringUtils; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.springframework.beans.BeanUtils; |  |  |  | import org.springframework.beans.BeanUtils; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | import org.springframework.context.annotation.Lazy; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.springframework.scheduling.annotation.Async; |  |  |  | import org.springframework.scheduling.annotation.Async; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.springframework.stereotype.Service; |  |  |  | import org.springframework.stereotype.Service; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.springframework.transaction.annotation.Transactional; |  |  |  | import org.springframework.transaction.annotation.Transactional; | 
			
		
	
	
		
		
			
				
					|  |  | @ -44,6 +46,7 @@ import java.util.*; | 
			
		
	
		
		
			
				
					
					|  |  |  |  */ |  |  |  |  */ | 
			
		
	
		
		
			
				
					
					|  |  |  | @Service |  |  |  | @Service | 
			
		
	
		
		
			
				
					
					|  |  |  | @Transactional(rollbackFor = Exception.class) |  |  |  | @Transactional(rollbackFor = Exception.class) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | @RequiredArgsConstructor | 
			
		
	
		
		
			
				
					
					|  |  |  | public class IoCheckInoutService { |  |  |  | public class IoCheckInoutService { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Resource |  |  |  |     @Resource | 
			
		
	
	
		
		
			
				
					|  |  | @ -54,10 +57,12 @@ public class IoCheckInoutService { | 
			
		
	
		
		
			
				
					
					|  |  |  |     IoCodeTempService codeTempService; |  |  |  |     IoCodeTempService codeTempService; | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Resource |  |  |  |     @Resource | 
			
		
	
		
		
			
				
					
					|  |  |  |     IBasicBussinessTypeService basicBussinessTypeService; |  |  |  |     IBasicBussinessTypeService basicBussinessTypeService; | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Resource |  |  |  | 
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     IoOrderDetailCodeService orderDetailCodeService; |  |  |  |     @Lazy | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     @Resource |  |  |  |     private final IoOrderDetailCodeService orderDetailCodeService; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     IoOrderDetailBizService orderDetailBizService; |  |  |  | 
 | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @Lazy | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     private final IoOrderDetailBizService orderDetailBizService; | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Resource |  |  |  |     @Resource | 
			
		
	
		
		
			
				
					
					|  |  |  |     IoOrderDetailResultService orderDetailResultService; |  |  |  |     IoOrderDetailResultService orderDetailResultService; | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Resource |  |  |  |     @Resource | 
			
		
	
	
		
		
			
				
					|  |  | 
 |