|
@@ -57,7 +57,7 @@ class CmsContentTemplateRepository {
|
|
|
'city_name' => $request['city_name'],
|
|
|
'apply_type' => $request['apply_type'],
|
|
|
'is_open' => $request['is_open'] ?? 0,
|
|
|
- 'status' => 0
|
|
|
+ 'status' => 1
|
|
|
];
|
|
|
|
|
|
if (!$this->cmsContentTemplate->create($subject)) {
|