正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -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; |
-
请 注册 或 登录 后发表评论