作者 xwp
1 个管道 的构建 通过 耗费 8 秒

课程查询优化

... ... @@ -237,6 +237,9 @@ class Course extends Api
$store1 = new \app\admin\model\Store();
$store1 = $store1->where(['id'=>$k['store_id']])->find();
if(empty($store1)){
continue;
}
$store1 = $store1->toArray();
$store1['start'] = 2000000000;
$store1['end'] = 1;
... ...