|
|
@@ -892,7 +892,7 @@ class CustomClass extends BaseClass
|
|
|
{
|
|
|
$shopId = $data['shopId'];
|
|
|
$mainId = $data['mainId'];
|
|
|
- $customs = self::getAllByCondition(['shopId' => $shopId], null, 'id, userId, buyAmount, growth, member, memberName', null, true);
|
|
|
+ $customs = self::getAllByCondition(['shopId' => $shopId], null, 'id, name, hdId, 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) {
|