|
|
|
@ -1427,6 +1427,13 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
|
// wrapper.le(StrUtil.isNotEmpty(endTime),VYpzsPlanInfo::getKEEP_BOOK_TIME,endTime+" 23:59:59");
|
|
|
|
|
|
|
|
|
|
wrapper.eq(StrUtil.isNotBlank(udiwmsThrOrderRequest.getBillNo()), VYpzsPlanInfo::getCGDBH, udiwmsThrOrderRequest.getBillNo());
|
|
|
|
|
|
|
|
|
|
//关键字模糊处理
|
|
|
|
|
wrapper.like(StrUtil.isNotBlank(udiwmsThrOrderRequest.getKeywords()), VYpzsPlanInfo::getCGDBH, udiwmsThrOrderRequest.getKeywords())
|
|
|
|
|
.or().
|
|
|
|
|
like(VYpzsPlanInfo::getCGDBH, udiwmsThrOrderRequest.getKeywords());
|
|
|
|
|
// TODO: 2024/9/17 字段进行匹配 //模糊 单据号、三方单据类型、发货方、收货方、单据时间,来源系统
|
|
|
|
|
|
|
|
|
|
IPage<VYpzsPlanInfo> page = vYpzsPlanInfoMapper.selectPage(new Page<VYpzsPlanInfo>(udiwmsThrOrderRequest.getPage(), udiwmsThrOrderRequest.getLimit()), wrapper);
|
|
|
|
|
List<VYpzsPlanInfo> planInfos = page.getRecords();
|
|
|
|
|
List<IoCollectOrder> ioCollectOrders = new ArrayList<>();
|
|
|
|
|