|
|
@@ -748,7 +748,7 @@ class CustomController extends BaseController
|
|
|
foreach ($allShops as $shop) {
|
|
|
$shopId = $shop['id'];
|
|
|
$mainId = $shop['mainId'];
|
|
|
- $customs = CustomClass::getAllByCondition(['shopId' => $shopId], null, 'id, userId, buyAmount, member, memberName', null, true);
|
|
|
+ $customs = CustomClass::getAllByCondition(['shopId' => $shopId], null, 'id, userId, buyAmount, growth, member, memberName', null, true);
|
|
|
$levelDatas = MemberLevelClass::getAllByCondition(['mainId' => $mainId], 'amount DESC', 'id, name, level, amount');
|
|
|
if (!empty($customs) && !empty($levelDatas)) {
|
|
|
foreach ($customs as $c) {
|