正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -711,7 +711,7 @@ class Store extends Api | @@ -711,7 +711,7 @@ class Store extends Api | ||
711 | ->whereTime('create_time', 'today') | 711 | ->whereTime('create_time', 'today') |
712 | ->where('store_id',$store['id']) | 712 | ->where('store_id',$store['id']) |
713 | ->count(); | 713 | ->count(); |
714 | - if($times > config('site.send_red_times')){ | 714 | + if($times >= config('site.send_red_times')){ |
715 | $this->error('商家每天发布红包信息不能超过'.config('site.send_red_times').'次'); | 715 | $this->error('商家每天发布红包信息不能超过'.config('site.send_red_times').'次'); |
716 | } | 716 | } |
717 | $param['single'] = $param['red_package'] / $param['number']; | 717 | $param['single'] = $param['red_package'] / $param['number']; |
-
请 注册 或 登录 后发表评论