|
|
|
@ -478,16 +478,15 @@ class MarketingStrategyController extends UserBaseController |
|
|
|
|
$date = date('Y-m-d H:i:s'); |
|
|
|
|
$query = ZhongjiYingxiao::find() |
|
|
|
|
->where('begin_date<=:begin_date and end_date>=:end_date',[':begin_date'=>$date,':end_date'=>$date]) |
|
|
|
|
->andWhere(['<','baofei', $total1_clear]) |
|
|
|
|
->andWhere(['in','id',$celuo_ids]) |
|
|
|
|
->orderBy('id desc'); |
|
|
|
|
echo $query->createCommand()->rawSql; |
|
|
|
|
$yingxiao_item = $query->one(); |
|
|
|
|
if(!$yingxiao_item) { |
|
|
|
|
return $result; |
|
|
|
|
} |
|
|
|
|
$items = ZhongjiTiaojian::find() |
|
|
|
|
->where('celuo_id=:celuo_id and type=1',[':celuo_id'=>$yingxiao_item->id]) |
|
|
|
|
->andWhere(['<','baofei', $total1_clear]) |
|
|
|
|
->all(); |
|
|
|
|
$ids = []; |
|
|
|
|
foreach($items as $item) { |
|
|
|
|