Преглед на файлове

添加客户基本信息

dujinyan преди 7 години
родител
ревизия
903e0352f8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      watero-rst-service/src/main/java/com/iamberry/rst/service/customer/CustomerBasicServiceImpl.java

+ 1 - 1
watero-rst-service/src/main/java/com/iamberry/rst/service/customer/CustomerBasicServiceImpl.java

@@ -151,7 +151,7 @@ public class CustomerBasicServiceImpl implements CustomerBasicService{
             logger.info("saveCustomerBasicInfo end...");
         }catch (Exception e){
             logger.error("添加客户信息失败"+e.getMessage());
-            throw new RuntimeException("添加客户信息失败");
+            throw new RuntimeException("添加客户信息失败..."+e.getMessage());
         }
 
     }