Ver código fonte

添加字段

durong 5 anos atrás
pai
commit
6c5fb274aa

+ 1 - 0
app/Repositories/CmsContentTemplateSetRepository.php

@@ -80,6 +80,7 @@ class CmsContentTemplateSetRepository
                             'status' => $val['status'],
                             'sort' => $val['sort'],
                             'name' => $val['name'],
+                            'floor_img' => $val['floor_img'],
                         ];
                         $result = $this->cmsContentTemplateSet->create($copy_template);
                         if (!$result) {