mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
메인페이지 달력 작업
This commit is contained in:
@@ -21,10 +21,15 @@ public class BaseController {
|
||||
|
||||
mav.addObject("userData", request.getSession().getAttribute("userData"));
|
||||
|
||||
mav.setViewName("base/hello");
|
||||
mav.setViewName("base/main");
|
||||
|
||||
return mav;
|
||||
}
|
||||
|
||||
@GetMapping("/main")
|
||||
public String mainPage() {
|
||||
return "base/main";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -26,9 +26,6 @@ import com.no1.wms.category.CategoryDto;
|
||||
@Service
|
||||
public class ExcelDownlodeUtils {
|
||||
|
||||
|
||||
|
||||
|
||||
//마지막 List<CategoryDto> dto 이부분을 수정해서 만들어야함.
|
||||
public void downloadCategoryExcelFile(String excelFileName, HttpServletResponse response,
|
||||
String sheetName, String[] columnName, List<CategoryDto> dto) {
|
||||
|
||||
Reference in New Issue
Block a user