作者 lyh

gx

... ... @@ -87,8 +87,6 @@ class InquiryMonthlyCount extends Command
$arr['created_at'] = date('Y-m-d H:i:s');
$arr['updated_at'] = date('Y-m-d H:i:s');
$arr['project_id'] = $project_id;
var_dump($arr);
die();
DB::table('gl_month_count')->insert($arr);
}
... ...
... ... @@ -59,8 +59,8 @@ class BTemplateLogic extends BaseLogic
$ATemplateModel = new Template();
$TemplateInfo = $ATemplateModel->read(['id'=>$info['template_id']]);
}
}
$TemplateInfo['updated_at'] = $info['updated_at'];
}
return $this->success($TemplateInfo);
}
... ...