mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
打印日志
This commit is contained in:
@@ -129,8 +129,10 @@ public class MemberGroupController extends BaseController {
|
||||
ajaxResult = AjaxResult.error();
|
||||
}
|
||||
} catch (BusinessException e) {
|
||||
logger.error("添加会员失败", e);
|
||||
ajaxResult = AjaxResult.error(e.getMessage());
|
||||
} catch (Exception e) {
|
||||
logger.error("添加会员失败", e);
|
||||
ajaxResult = AjaxResult.error("添加会员失败");
|
||||
}
|
||||
return ajaxResult;
|
||||
|
||||
Reference in New Issue
Block a user