@@ -43,7 +43,6 @@ public class CustomerController {
}catch (Exception e){
e.printStackTrace();
}
-
@@ -44,10 +44,10 @@ public class CustomerService {
return "";
- throw new OpenAPIException(e.getMessage(), e);
+ e.printStackTrace();
+ // throw new OpenAPIException(e.getMessage(), e);
+ return "";