|  |  |  | @ -1318,6 +1318,7 @@ public class YxfyyyClient extends CommonHttpClient { | 
			
		
	
		
			
				
					|  |  |  |  |     public BaseResponse getPrescribes(UdiwmsBasicSkPrescribeRequest udiwmsBasicSkPrescribeRequest) { | 
			
		
	
		
			
				
					|  |  |  |  |         if (IntUtil.value(udiwmsBasicSkPrescribeRequest.getInOutType()) == 0) { | 
			
		
	
		
			
				
					|  |  |  |  |             LambdaQueryWrapper<VInsurNationGoodsPhysic> wrapper = new LambdaQueryWrapper<>(); | 
			
		
	
		
			
				
					|  |  |  |  |             // TODO: 2024/9/13 缺少查询条件 
 | 
			
		
	
		
			
				
					|  |  |  |  |             String code = udiwmsBasicSkPrescribeRequest.getCode(); | 
			
		
	
		
			
				
					|  |  |  |  |             wrapper.and(StrUtil.isNotEmpty(code), t -> t.eq(VInsurNationGoodsPhysic::getSTOOUT_NO, code).or().eq(VInsurNationGoodsPhysic::getRXNO, code)); | 
			
		
	
		
			
				
					|  |  |  |  |             IPage<VInsurNationGoodsPhysic> page = goodsPhysicMapper | 
			
		
	
	
		
			
				
					|  |  |  | @ -1346,7 +1347,7 @@ public class YxfyyyClient extends CommonHttpClient { | 
			
		
	
		
			
				
					|  |  |  |  |         PageSimpleResponse<IoCollectOrder> pageSimpleResponse = new PageSimpleResponse<>(); | 
			
		
	
		
			
				
					|  |  |  |  |         if (udiwmsThrOrderRequest.getBusType().equals(BusTypeConstant.CGJH001.getBusType())) { | 
			
		
	
		
			
				
					|  |  |  |  |             LambdaQueryWrapper<VYpzsPlanInfo> wrapper = new LambdaQueryWrapper<>(); | 
			
		
	
		
			
				
					|  |  |  |  |             //补充其他查询条件
 | 
			
		
	
		
			
				
					|  |  |  |  |             //补充其他查询条件  todo
 | 
			
		
	
		
			
				
					|  |  |  |  |             wrapper.eq(StrUtil.isNotBlank(udiwmsThrOrderRequest.getBillNo()), VYpzsPlanInfo::getCGDBH, udiwmsThrOrderRequest.getBillNo()); | 
			
		
	
		
			
				
					|  |  |  |  |             IPage<VYpzsPlanInfo> page = vYpzsPlanInfoMapper.selectPage(new Page<VYpzsPlanInfo>(udiwmsThrOrderRequest.getPage(), udiwmsThrOrderRequest.getLimit()), wrapper); | 
			
		
	
		
			
				
					|  |  |  |  |             List<VYpzsPlanInfo> planInfos = page.getRecords(); | 
			
		
	
	
		
			
				
					|  |  |  | @ -1398,7 +1399,7 @@ public class YxfyyyClient extends CommonHttpClient { | 
			
		
	
		
			
				
					|  |  |  |  |             pageSimpleResponse.setList(ioCollectOrders); | 
			
		
	
		
			
				
					|  |  |  |  |         } else { | 
			
		
	
		
			
				
					|  |  |  |  |             LambdaQueryWrapper<VYpzsIoInfo> wrapper = new LambdaQueryWrapper<>(); | 
			
		
	
		
			
				
					|  |  |  |  |             //补充其他查询条件
 | 
			
		
	
		
			
				
					|  |  |  |  |             //补充其他查询条件 todo
 | 
			
		
	
		
			
				
					|  |  |  |  |             wrapper.eq(StrUtil.isNotBlank(udiwmsThrOrderRequest.getBillNo()), VYpzsIoInfo::getPHYSIC_CODE, udiwmsThrOrderRequest.getBillNo()); | 
			
		
	
		
			
				
					|  |  |  |  |             wrapper.eq(StrUtil.isNotBlank(udiwmsThrOrderRequest.getBusType()), VYpzsIoInfo::getIO_SORT, udiwmsThrOrderRequest.getBusType()); | 
			
		
	
		
			
				
					|  |  |  |  |             Page<VYpzsIoInfo> page = vYpzsIoInfoMapper.selectPage(new Page<VYpzsIoInfo>(udiwmsThrOrderRequest.getPage(), udiwmsThrOrderRequest.getLimit()), wrapper); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |