@@ -25,7 +25,7 @@ class ConfigPickupGroupRepository {
}
/**
- * 添加自提点
+ * 添加自提点分组
*/
public function create($request)
{
@@ -52,7 +52,7 @@ class ConfigPickupNodeRepository {
'status' => 1
];
- if (!$this->configPickupNode->insert($data)) {
+ if (!$this->configPickupNode->create($data)) {
throw new HttpException(500, '添加失败');