1
This commit is contained in:
parent
a14072433c
commit
830a795168
@ -38,6 +38,11 @@ class HashRateShopService {
|
|||||||
$goodsDto['bought_times'] = $buyRecord ? $buyRecord['this_week_buy_times'] : 0;
|
$goodsDto['bought_times'] = $buyRecord ? $buyRecord['this_week_buy_times'] : 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case mt\HashRateShop::MONTH_BUY_LIMIT: {
|
||||||
|
$buyRecord = getXVal($buyRecordHash, $goodsMeta['goods_id']);
|
||||||
|
$goodsDto['bought_times'] = $buyRecord ? $buyRecord['this_week_buy_times'] : 0;
|
||||||
|
}
|
||||||
|
break;
|
||||||
case mt\HashRateShop::TOTAL_BUY_LIMIT: {
|
case mt\HashRateShop::TOTAL_BUY_LIMIT: {
|
||||||
$buyRecord = getXVal($buyRecordHash, $goodsMeta['goods_id']);
|
$buyRecord = getXVal($buyRecordHash, $goodsMeta['goods_id']);
|
||||||
$goodsDto['bought_times'] = $buyRecord ? $buyRecord['total_buy_times'] : 0;
|
$goodsDto['bought_times'] = $buyRecord ? $buyRecord['total_buy_times'] : 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user