mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
添加小板备注查询增加
This commit is contained in:
+1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user