Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/766eb1485cf40d9bf5fb257455403534c7432692?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:瀚高适配

hangao
wangxy 5 months ago
parent 7bce58884d
commit 766eb1485c

@ -112,7 +112,7 @@ public class SysUsernumController extends BaseController {
public String print(@PathVariable("deptId") Long deptId, SysUser user, ModelMap mmap) {
List<SysUser> list = userService.lambdaQuery().eq(SysUser::getDeptId, deptId)
.eq(SysUser::getDelFlag, '0')
.ne(SysUser::getUserId, '1')
.ne(SysUser::getUserId, 1)
.list();
list.forEach(sysuser -> {
List<SysUserPost> postList = sysUserPostService.lambdaQuery().

Loading…
Cancel
Save