正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -87,7 +87,7 @@ class InquiryMonthlyCount extends Command | @@ -87,7 +87,7 @@ class InquiryMonthlyCount extends Command | ||
| 87 | $arr['created_at'] = date('Y-m-d H:i:s'); | 87 | $arr['created_at'] = date('Y-m-d H:i:s'); |
| 88 | $arr['updated_at'] = date('Y-m-d H:i:s'); | 88 | $arr['updated_at'] = date('Y-m-d H:i:s'); |
| 89 | $arr['project_id'] = $project_id; | 89 | $arr['project_id'] = $project_id; |
| 90 | - DB::table('gl_inquiry_month_count')->insert($arr); | 90 | + DB::table('gl_month_count')->insert($arr); |
| 91 | } | 91 | } |
| 92 | 92 | ||
| 93 | /** | 93 | /** |
-
请 注册 或 登录 后发表评论