[KC-116] shp 파일 다운로드 이력 추가

This commit is contained in:
2026-01-19 17:42:12 +09:00
parent 183b4df7f8
commit a586c440fb
6 changed files with 41 additions and 19 deletions

View File

@@ -569,7 +569,7 @@ public class InferenceResultService {
* @param type 검색 구분
* @param searchValue 키워드
*/
public Page<AuditLogDto.Basic> getDownloadAudit(
public Page<AuditLogDto.DownloadRes> getDownloadAudit(
AuditLogDto.searchReq searchReq, DownloadReq downloadReq) {
return auditLogCoreService.findLogByAccount(searchReq, downloadReq);
}