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