limu 10 months ago
parent c9afe48433
commit 684098c336
  1. 2
      app/command/brand.php

@ -77,7 +77,7 @@ class brand extends Command
//全网品宣贡献值之和
$allBrandValue = userModel::getDB()->where('status', 1)->sum('brand_integral');
if ($allBrandValue <= 0) {
if ($allBrandValue <= 0 || $baodanall <= 0) {
die;
}
Db::startTrans();

Loading…
Cancel
Save