在获取策略时,添加保费判断过滤

dev
曾超新 5 years ago
parent 4b015939bf
commit 7f4827d843
  1. 1
      frontend/controllers/MarketingStrategyController.php

@ -478,6 +478,7 @@ 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');
$yingxiao_item = $query->one();

Loading…
Cancel
Save