This commit is contained in:
JSYOO 2021-12-17 11:53:42 +09:00
parent 9e5bf45682
commit 2560b4a768

View File

@ -141,7 +141,7 @@ public class NlibSearchController extends NlibCommonController {
searchVO.setResultList(operList);
model.addAttribute("pageVO", pageVO);
model.addAttribute("searchVO", searchVO);
model.addAttribute("searchVO", searchVO);
}catch(NumberFormatException e){
log.error("searchList.do paging > NumberFormatException 발생 : " + e.toString());