[KC-116] shp 파일 다운로드 이력 추가
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user