【fix sonar】BaseCommonServiceImpl文件

This commit is contained in:
梁琦涛
2023-03-06 15:04:36 +08:00
parent ffbaee26f9
commit 2e64060311
@@ -64,7 +64,7 @@ public class BaseCommonServiceImpl implements BaseCommonService {
try {
user = (LoginUser) SecurityUtils.getSubject().getPrincipal();
} catch (Exception e) {
//e.printStackTrace();
log.error("异常",e.getMessage());
}
}
if(user!=null){