作者 lyh

gx

@@ -87,8 +87,6 @@ class InquiryMonthlyCount extends Command @@ -87,8 +87,6 @@ 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 - var_dump($arr);  
91 - die();  
92 DB::table('gl_month_count')->insert($arr); 90 DB::table('gl_month_count')->insert($arr);
93 } 91 }
94 92
@@ -59,8 +59,8 @@ class BTemplateLogic extends BaseLogic @@ -59,8 +59,8 @@ class BTemplateLogic extends BaseLogic
59 $ATemplateModel = new Template(); 59 $ATemplateModel = new Template();
60 $TemplateInfo = $ATemplateModel->read(['id'=>$info['template_id']]); 60 $TemplateInfo = $ATemplateModel->read(['id'=>$info['template_id']]);
61 } 61 }
62 - }  
63 $TemplateInfo['updated_at'] = $info['updated_at']; 62 $TemplateInfo['updated_at'] = $info['updated_at'];
  63 + }
64 return $this->success($TemplateInfo); 64 return $this->success($TemplateInfo);
65 } 65 }
66 66