|
@@ -144,7 +144,7 @@ class ProfitShareReceiverEntity extends BaseEntity
|
|
|
'entrustFileName' => $entity->entrust_file_name,
|
|
'entrustFileName' => $entity->entrust_file_name,
|
|
|
'entrustFilePath' => $entity->entrust_file_path,
|
|
'entrustFilePath' => $entity->entrust_file_path,
|
|
|
]);
|
|
]);
|
|
|
- $entity->status = ReceiverStatusEnum::BOUND;
|
|
|
|
|
|
|
+ $entity->status = ReceiverStatusEnum::BINDING;
|
|
|
$entity->save();
|
|
$entity->save();
|
|
|
return $entity;
|
|
return $entity;
|
|
|
}
|
|
}
|