|
...
|
...
|
@@ -24,7 +24,7 @@ class WebSettingTextLogic extends BaseLogic |
|
|
|
* @time :2023/5/8 14:18
|
|
|
|
*/
|
|
|
|
public function setting_text_lists(){
|
|
|
|
$lists = $this->model->list(['project_id'=>$this->user['project_id']]);
|
|
|
|
$lists = $this->model->list(['project_id'=>$this->user['project_id']],'created_at');
|
|
|
|
$web_setting = new WebSetting();
|
|
|
|
$setting_info = $web_setting->read(['project_id'=>$this->user['project_id']],['anchor_setting']);
|
|
|
|
$lists['anchor_info'] = $setting_info;
|
...
|
...
|
|