修改策略范围

dev
曾超新 5 years ago
parent f9f4e90003
commit cce2d9170b
  1. 2
      frontend/controllers/MarketingStrategyController.php

@ -518,7 +518,7 @@ class MarketingStrategyController extends UserBaseController
}
$items = ZhongjiTiaojian::find()
->where('celuo_id=:celuo_id and type=1',[':celuo_id'=>$yingxiao_item->id])
->andWhere(['<','baofei', $total1_clear])
->andWhere(['<=','baofei', $total1_clear])
->all();
$ids = [];
foreach($items as $item) {

Loading…
Cancel
Save