|
|
@@ -16,7 +16,7 @@ class TjFlClass extends BaseClass
|
|
|
public static function giveGift($ghs, $custom, $beTjCustom)
|
|
|
{
|
|
|
$shopId = $ghs->shopId ?? 0;
|
|
|
- $flData = self::getAllByCondition(['shopId' => $shopId], null, '*', null, true);
|
|
|
+ $flData = self::getAllByCondition(['shopId' => $shopId, 'delStatus' => 0], null, '*', null, true);
|
|
|
if (empty($flData)) {
|
|
|
return false;
|
|
|
}
|