作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

合并分支 'heshupeng' 到 'master'

bug修改



查看合并请求 !373
@@ -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')){