From eca15a1d13305b4bb141b963ebb514c076b6c01f Mon Sep 17 00:00:00 2001 From: liuzhaotian Date: Thu, 16 Jan 2025 13:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B0=8F=E6=9D=BF=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E6=9F=A5=E8=AF=A2=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cf/imes/module/executor/service/plate/PlateServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plate/PlateServiceImpl.java b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plate/PlateServiceImpl.java index 09c469461..4f0878686 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plate/PlateServiceImpl.java +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plate/PlateServiceImpl.java @@ -320,6 +320,7 @@ public class PlateServiceImpl implements PlateService { .eqIfPresent("op.is_special_shaped",pageReqVO.getIsSpecialShaped()) .eqIfPresent("op.is_sculpt",pageReqVO.getIsSculpt()) .eqIfPresent("op.is_row_hole",pageReqVO.getIsRowHole()) + .likeIfPresent("op.remark",pageReqVO.getRemark()) .orderByDesc("o.id"); List plateCount = orderMapper.selectNoPlanOrderPlateCount(queryWrapperX);