6c
2025-04-16 cf5afeb4af1e196d9dec8243ae711f5392227125
src/main/java/com/product/administration/controller/CustomerInfoController.java
@@ -49,7 +49,7 @@
            return this.error(SystemCode.SYSTEM_FORM_NODATA.getValue(), SystemCode.SYSTEM_FORM_NODATA.getText());
         }
         // 判断表名是否为空
         if (!CmnConst.product_project_CUSTOMER.equals(fse.getTableName())) {
         if (!CmnConst.PRODUCT_PROJECT_CUSTOMER.equals(fse.getTableName())) {
            SpringMVCContextHolder.getSystemLogger().error(SystemCode.SYSTEM_TABLE_NODATA.getValue(),SystemCode.SYSTEM_TABLE_NODATA.getText());
            return this.error(SystemCode.SYSTEM_TABLE_NODATA.getValue(), SystemCode.SYSTEM_TABLE_NODATA.getText());
         }
@@ -88,7 +88,7 @@
            return this.error(SystemCode.SYSTEM_FORM_NODATA.getValue(), SystemCode.SYSTEM_FORM_NODATA.getText());
         }
         // 判断表名是否为空
         if (!CmnConst.product_project_CUSTOMER.equals(fse.getTableName())) {
         if (!CmnConst.PRODUCT_PROJECT_CUSTOMER.equals(fse.getTableName())) {
            SpringMVCContextHolder.getSystemLogger().error(SystemCode.SYSTEM_TABLE_NODATA.getValue(),SystemCode.SYSTEM_TABLE_NODATA.getText());
            return this.error(SystemCode.SYSTEM_TABLE_NODATA.getValue(), SystemCode.SYSTEM_TABLE_NODATA.getText());
         }
@@ -133,7 +133,7 @@
            return this.error(SystemCode.SYSTEM_FORM_NODATA.getValue(), SystemCode.SYSTEM_FORM_NODATA.getText());
         }
         // 判断表名是否为空
         if (!CmnConst.product_project_CUSTOMER.equals(fse.getTableName())) {
         if (!CmnConst.PRODUCT_PROJECT_CUSTOMER.equals(fse.getTableName())) {
            SpringMVCContextHolder.getSystemLogger().error(SystemCode.SYSTEM_TABLE_NODATA.getValue(),SystemCode.SYSTEM_TABLE_NODATA.getText());
            return this.error(SystemCode.SYSTEM_TABLE_NODATA.getValue(), SystemCode.SYSTEM_TABLE_NODATA.getText());
         }
@@ -177,7 +177,7 @@
            return this.error(SystemCode.SYSTEM_FORM_NODATA.getValue(), SystemCode.SYSTEM_FORM_NODATA.getText());
         }
         // 判断表名是否为空
         if (!CmnConst.product_project_CUSTOMER.equals(fse.getTableName())) {
         if (!CmnConst.PRODUCT_PROJECT_CUSTOMER.equals(fse.getTableName())) {
            SpringMVCContextHolder.getSystemLogger().error(SystemCode.SYSTEM_TABLE_NODATA.getValue(),SystemCode.SYSTEM_TABLE_NODATA.getText());
            return this.error(SystemCode.SYSTEM_TABLE_NODATA.getValue(), SystemCode.SYSTEM_TABLE_NODATA.getText());
         }
@@ -226,7 +226,7 @@
            return this.error(SystemCode.SYSTEM_FORM_NODATA.getValue(), SystemCode.SYSTEM_FORM_NODATA.getText());
         }
         // 判断表名是否为空
         if (!CmnConst.product_project_CUSTOMER.equals(fse.getTableName())) {
         if (!CmnConst.PRODUCT_PROJECT_CUSTOMER.equals(fse.getTableName())) {
            SpringMVCContextHolder.getSystemLogger().error(SystemCode.SYSTEM_TABLE_NODATA.getValue(),SystemCode.SYSTEM_TABLE_NODATA.getText());
            return this.error(SystemCode.SYSTEM_TABLE_NODATA.getValue(), SystemCode.SYSTEM_TABLE_NODATA.getText());
         }