Browse Source

撤销测试

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

+ 0 - 2
app/Repositories/ConfigPickupNodeRepository.php

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