添加小板备注查询增加

This commit is contained in:
liuzhaotian
2025-01-16 13:50:37 +08:00
parent 0f3324d6be
commit eca15a1d13
@@ -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<Long> plateCount = orderMapper.selectNoPlanOrderPlateCount(queryWrapperX);