| | |
| | | |
| | | @ApiOperation(value = "导出excel") |
| | | @PostMapping(value = "exportExcel") |
| | | public void exportCorpLoanDemand( HttpServletRequest req, HttpServletResponse resp){ ; |
| | | public void exportCorpLoanDemand( HttpServletRequest req, HttpServletResponse resp){ |
| | | service.exportExcel(req,resp); |
| | | } |
| | | |
| | |
| | | //获取当前系统的语言环境 |
| | | public static String getLang() { |
| | | Locale locale = Locale.getDefault();//对Locale类实例化定义 |
| | | String lang = locale.getLanguage(); |
| | | //String lang = locale.getLanguage(); |
| | | String lang = "zh"; |
| | | String str = (String) ActionUtil.getSession().getAttribute("lang"); |
| | | if (str != null) { |
| | | lang = str; |