|
...
|
...
|
@@ -91,7 +91,6 @@ class TemplateLogic extends BaseLogic |
|
|
|
])->first();
|
|
|
|
if(empty($data)){
|
|
|
|
$data = ATemplate::where([
|
|
|
|
'project_id'=>$this->user['project_id'],
|
|
|
|
'template_id' => BSetting::_get($this->user['project_id'])['template_id']
|
|
|
|
])->first();
|
|
|
|
}
|
...
|
...
|
|