mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
打印日志
This commit is contained in:
@@ -46,8 +46,10 @@ public class StationSplitConfigController extends BaseController {
|
|||||||
int result = stationSplitConfigService.settingSplitConfig(splitDetailDTO);
|
int result = stationSplitConfigService.settingSplitConfig(splitDetailDTO);
|
||||||
ajaxResult = result > 0 ? success() : error();
|
ajaxResult = result > 0 ? success() : error();
|
||||||
} catch (BusinessException e) {
|
} catch (BusinessException e) {
|
||||||
|
logger.error("设置站点配置失败", e);
|
||||||
ajaxResult = error(e.getMessage());
|
ajaxResult = error(e.getMessage());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
logger.error("设置站点配置失败", e);
|
||||||
ajaxResult = error("系统异常");
|
ajaxResult = error("系统异常");
|
||||||
}
|
}
|
||||||
return ajaxResult;
|
return ajaxResult;
|
||||||
|
|||||||
Reference in New Issue
Block a user