LG88888888 3 years ago
parent
commit
43d2ecbc99

+ 0 - 1
src/main/java/net/chenlin/dp/modules/api/controller/CustomerController.java

@@ -43,7 +43,6 @@ public class CustomerController {
         }catch (Exception e){
         }catch (Exception e){
             e.printStackTrace();
             e.printStackTrace();
         }
         }
-
     }
     }
 
 
 
 

+ 3 - 3
src/main/java/net/chenlin/dp/modules/api/service/CustomerService.java

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