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