...
This commit is contained in:
parent
145602b391
commit
46a2173c2c
@ -137,6 +137,7 @@ class FirstTopupController extends BaseAuthedController
|
|||||||
'group' => $group,
|
'group' => $group,
|
||||||
'status' => $status,
|
'status' => $status,
|
||||||
'reward' => $reward,
|
'reward' => $reward,
|
||||||
|
'property_chg' => $propertyChgService->toDto(),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else if ($test >= 2) {
|
} else if ($test >= 2) {
|
||||||
|
@ -758,10 +758,11 @@ class MarketController extends BaseAuthedController
|
|||||||
$goods['amount']
|
$goods['amount']
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!$this->markOrderBuying($idx)) {
|
// 不再标记购买状态,改为抢单模式,第一个交易成功者获得商品
|
||||||
$this->_rspErr(1, 'buy failed, update order status failed, idx:' . $idx);
|
// if (!$this->markOrderBuying($idx)) {
|
||||||
return;
|
// $this->_rspErr(1, 'buy failed, update order status failed, idx:' . $idx);
|
||||||
}
|
// return;
|
||||||
|
// }
|
||||||
|
|
||||||
$item_id = $goods['item_id'];
|
$item_id = $goods['item_id'];
|
||||||
$item_count = $goods['amount'];
|
$item_count = $goods['amount'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user