Browse Source

no message

duqinya 6 years ago
parent
commit
f361d500b9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Repositories/ConfigPickupNodeRepository.php

+ 2 - 0
app/Repositories/ConfigPickupNodeRepository.php

@@ -54,6 +54,8 @@ class ConfigPickupNodeRepository {
 
 
         if (!$this->configPickupNode->create($data)) {
         if (!$this->configPickupNode->create($data)) {
             throw new HttpException(500, '添加失败');
             throw new HttpException(500, '添加失败');
+        }else{
+            var_dump($data);
         }
         }
     }
     }