作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -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);
}
... ...