shish 5 lat temu
rodzic
commit
f76cfaef98

+ 1 - 1
app-ghs/controllers/SetMealController.php

@@ -50,7 +50,7 @@ class SetMealController extends BaseController
 	{
 		$id = Yii::$app->request->get('id', 1);
 		$detail = SetMealService::getSetById($id);
-		$detail['introduce'] = '可以满足日常的经、管理和营销需求。';
+		$detail['introduce'] = '可以满足日常的经、管理和营销需求。';
 		$function = [
 			['name' => '商城', 'has' => 1],
 			['name' => '开单功能', 'has' => 1],

+ 1 - 1
app-hd/controllers/SetMealController.php

@@ -50,7 +50,7 @@ class SetMealController extends BaseController
     {
         $id = Yii::$app->request->get('id', 1);
         $detail = SetMealService::getSetById($id);
-        $detail['introduce'] = '可以满足日常的经、管理和营销需求。';
+        $detail['introduce'] = '可以满足日常的经、管理和营销需求。';
         $function = [
             ['name' => '小程序商城', 'has' => 1],
             ['name' => '节日涨价', 'has' => 1],