|
@@ -53,8 +53,8 @@ class CmsContentTemplateRepository {
|
|
|
'city_id' => $request['city_id'],
|
|
|
'city_name' => $request['city_name'],
|
|
|
'apply_type' => $request['apply_type'],
|
|
|
+ 'status' => 1,
|
|
|
'is_open' => 0,
|
|
|
- 'status' => 1
|
|
|
];
|
|
|
if ($request['city_id'] == 610100){
|
|
|
$subject['is_open'] = 1;
|