update 新增站点白名单

This commit is contained in:
2023-11-02 09:33:45 +08:00
parent 76ed77250b
commit 632816e7d4
4 changed files with 20 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ public class PileStationWhitelistController extends BaseController {
} catch (BusinessException e) {
result = AjaxResult.error(e.getMessage());
} catch (Exception e) {
logger.error("添加站点白名单失败", e);
result = AjaxResult.error("添加站点白名单失败");
}
return result;