동물원예제 hidden,모델등록이력 API 커밋
This commit is contained in:
@@ -40,7 +40,7 @@ public class ModelMngService {
|
||||
return modelMngCoreService.delete(id);
|
||||
}
|
||||
|
||||
public Page<ModelMngDto.ModelRegHistory> getRegHistoryList(ModelMngDto.searchReq searchReq, LocalDate startDate, LocalDate endDate) {
|
||||
return modelMngCoreService.getRegHistoryList(searchReq, startDate, endDate);
|
||||
public Page<ModelMngDto.ModelRegHistory> getRegHistoryList(ModelMngDto.searchReq searchReq, LocalDate startDate, LocalDate endDate, String searchVal) {
|
||||
return modelMngCoreService.getRegHistoryList(searchReq, startDate, endDate, searchVal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user