作者 黎建湛

云客服的订单管理中的订单配置列表上的粉丝明细进行导出EXCEL表格进行修复与优化02

@@ -42,7 +42,7 @@ class DemoDao @@ -42,7 +42,7 @@ class DemoDao
42 return $this->model::deleteAll($where); 42 return $this->model::deleteAll($where);
43 } 43 }
44 44
45 - public function getTestSreenInfo($and_where){ 45 + public function getTestScreenInfo($and_where){
46 return TaskModel::find()->andWhere($and_where)->asArray()->all(); 46 return TaskModel::find()->andWhere($and_where)->asArray()->all();
47 } 47 }
48 } 48 }
@@ -38,6 +38,6 @@ class DemoLogic @@ -38,6 +38,6 @@ class DemoLogic
38 38
39 public function getTestScreenList($id) { 39 public function getTestScreenList($id) {
40 $where = ['and', "task_id = {$id}"]; 40 $where = ['and', "task_id = {$id}"];
41 - return $this->DemoDao->getTestSreenInfo($where); 41 + return $this->DemoDao->getTestScreenInfo($where);
42 } 42 }
43 } 43 }