正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -708,7 +708,7 @@ class Store extends Api | @@ -708,7 +708,7 @@ class Store extends Api | ||
708 | if($param['type'] == 1) { | 708 | if($param['type'] == 1) { |
709 | // 商家每天可发布红包信息次数 | 709 | // 商家每天可发布红包信息次数 |
710 | $times = Db::name('store_inform') | 710 | $times = Db::name('store_inform') |
711 | - ->whereTime('create_time', 'today') | 711 | + ->whereTime('createtime', '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')){ |
-
请 注册 或 登录 后发表评论