영상관리 오류목록조회 수정
This commit is contained in:
@@ -214,12 +214,12 @@ public class MapSheetMngRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
Expressions.stringTemplate(
|
Expressions.stringTemplate(
|
||||||
"concat({0},substring({1}, 0, 6))",
|
"concat({0},substring({1}, 0, 6))",
|
||||||
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
|
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
|
||||||
.likeIgnoreCase(searchReq.getSearchValue()))
|
.likeIgnoreCase("%" + searchReq.getSearchValue() + "%"))
|
||||||
.or(
|
.or(
|
||||||
Expressions.stringTemplate(
|
Expressions.stringTemplate(
|
||||||
"concat({0},substring({1}, 6, 8))",
|
"concat({0},substring({1}, 6, 8))",
|
||||||
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
|
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
|
||||||
.likeIgnoreCase(searchReq.getSearchValue())));
|
.likeIgnoreCase("%" + searchReq.getSearchValue() + "%")));
|
||||||
}
|
}
|
||||||
|
|
||||||
List<Tuple> tuples =
|
List<Tuple> tuples =
|
||||||
|
|||||||
Reference in New Issue
Block a user