|
|
|
@ -117,7 +117,7 @@ public class XitAdminServerLogMngController extends AbstractController {
|
|
|
|
|
* @date: 2020. 10. 7.
|
|
|
|
|
*/
|
|
|
|
|
@SuppressWarnings("resource")
|
|
|
|
|
@RequestMapping(name = "", value = "AdminServerLogMng_list.ajax", method={RequestMethod.GET, RequestMethod.POST})
|
|
|
|
|
@RequestMapping(name = "", value = "AdminServerLogMng_list.do", method={RequestMethod.GET, RequestMethod.POST})
|
|
|
|
|
public void AdminServerLogMng_listAjax(@ModelAttribute("searchVO") XitAdminServerLogMngSearchVO searchVO, ModelMap model
|
|
|
|
|
,HttpServletRequest request
|
|
|
|
|
,HttpServletResponse response
|
|
|
|
|