...
|
...
|
@@ -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;
|
...
|
...
|
|