|
|
@@ -12349,7 +12349,8 @@ class StoreOrderRepository extends BaseRepository
|
|
12349
|
12349
|
public function cancellation(UserEntity $userEntity, StoreOrderEntity $storeOrderEntity, FzonePayTypeEntity $fzonePayTypeEntity): bool
|
|
12350
|
12350
|
{
|
|
12351
|
12351
|
if (empty($userEntity->getUid())) {
|
|
12352
|
|
- throw new ValidateException('未查询到用户信息');
|
|
|
12352
|
+ return true;
|
|
|
12353
|
+ // throw new ValidateException('未查询到用户信息');
|
|
12353
|
12354
|
}
|
|
12354
|
12355
|
|
|
12355
|
12356
|
if (empty($storeOrderEntity->getOrderId())) {
|