Skip to content
Snippets Groups Projects
Commit 331b1147 authored by 천 진강's avatar 천 진강
Browse files

fix: 로그 사용자 검색을 일부 검색으로 변경

parent aa911ace
No related branches found
No related tags found
2 merge requests!15Feat/certificate,!14Feat/main 자잘한 변경 사항들
......@@ -86,7 +86,7 @@ public class LogQueryDSL {
/* 사용자 ID 조건 */
if (username != null) {
builder.and(log.user.keystoneUsername.eq(username));
builder.and(log.user.keystoneUsername.contains(username));
}
/* CUD 조건 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment