Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-web/commit/6fffe167fe524f1e74e58794224f942b44414de3?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:sonarlint代码扫描规范性修改修改

dev
wangxy 11 months ago
parent be765dda3c
commit 6fffe167fe

@ -52,7 +52,7 @@ public class SysPostController extends BaseController
public void export(HttpServletResponse response, SysPost post)
{
List<SysPost> list = postService.selectPostList(post);
ExcelUtil<SysPost> util = new ExcelUtil<SysPost>(SysPost.class);
ExcelUtil<SysPost> util = new ExcelUtil<>(SysPost.class);
util.exportExcel(response, list, "岗位数据");
}

Loading…
Cancel
Save