作者 lyh

gx

@@ -51,8 +51,6 @@ class InquiryMonthlyCount extends Command @@ -51,8 +51,6 @@ class InquiryMonthlyCount extends Command
51 $arr['project_id'] = $value['project_id']; 51 $arr['project_id'] = $value['project_id'];
52 // 获取当前日期时间 52 // 获取当前日期时间
53 $arr['month'] = Carbon::now()->subMonth()->format('Y-m'); 53 $arr['month'] = Carbon::now()->subMonth()->format('Y-m');
54 - var_dump($arr);  
55 - die();  
56 DB::table('gl_month_count')->insert($arr); 54 DB::table('gl_month_count')->insert($arr);
57 } 55 }
58 return true; 56 return true;