修复Xss注解字段值为空时的异常问题

This commit is contained in:
RuoYi
2022-02-10 17:22:33 +08:00
parent bbfe5889ea
commit 2f4c975615
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ public class SysUserServiceImpl implements ISysUserService
@Autowired
private SysRoleMapper roleMapper;
@Autowired
private SysPostMapper postMapper;