|
|
@ -481,6 +481,7 @@ class MarketingStrategyController extends UserBaseController |
|
|
|
->andWhere(['<','baofei', $total1_clear]) |
|
|
|
->andWhere(['<','baofei', $total1_clear]) |
|
|
|
->andWhere(['in','id',$celuo_ids]) |
|
|
|
->andWhere(['in','id',$celuo_ids]) |
|
|
|
->orderBy('id desc'); |
|
|
|
->orderBy('id desc'); |
|
|
|
|
|
|
|
echo $query->createCommand()->rawSql; |
|
|
|
$yingxiao_item = $query->one(); |
|
|
|
$yingxiao_item = $query->one(); |
|
|
|
if(!$yingxiao_item) { |
|
|
|
if(!$yingxiao_item) { |
|
|
|
return $result; |
|
|
|
return $result; |
|
|
|