From e31fe4140580a730dcb2f2aecb6ac0d7a66df7c0 Mon Sep 17 00:00:00 2001 From: 354798ggg <1074825718@qq.com> Date: 星期五, 21 七月 2023 09:25:35 +0800 Subject: [PATCH] 系统变更 --- product-server-project-management/src/main/java/com/product/project/management/controller/ProjectInfoController.java | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/product-server-project-management/src/main/java/com/product/project/management/controller/ProjectInfoController.java b/product-server-project-management/src/main/java/com/product/project/management/controller/ProjectInfoController.java index 4bf7bab..b094be6 100644 --- a/product-server-project-management/src/main/java/com/product/project/management/controller/ProjectInfoController.java +++ b/product-server-project-management/src/main/java/com/product/project/management/controller/ProjectInfoController.java @@ -48,8 +48,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -76,8 +76,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -104,8 +104,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -125,8 +125,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -154,8 +154,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -183,8 +183,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -216,8 +216,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -249,8 +249,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -276,8 +276,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } @@ -304,8 +304,8 @@ return this.error(e); } catch (Exception e) { e.printStackTrace(); - return this.error(SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getValue(), - SystemCode.PROJECT_MAMAGERENT_ITEMIZE_GENERAL_ERROR.getText() + e.getMessage()); + return this.error(SystemCode.PROJECT_INFO_OPERATE_ERROR.getValue(), + SystemCode.PROJECT_INFO_OPERATE_ERROR.getText() + e.getMessage()); } } -- Gitblit v1.9.2