Browse Source

添加客户基本信息

dujinyan 7 years ago
parent
commit
903e0352f8

+ 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());
         }
 
     }