正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -237,6 +237,9 @@ class Course extends Api | @@ -237,6 +237,9 @@ class Course extends Api | ||
237 | 237 | ||
238 | $store1 = new \app\admin\model\Store(); | 238 | $store1 = new \app\admin\model\Store(); |
239 | $store1 = $store1->where(['id'=>$k['store_id']])->find(); | 239 | $store1 = $store1->where(['id'=>$k['store_id']])->find(); |
240 | + if(empty($store1)){ | ||
241 | + continue; | ||
242 | + } | ||
240 | $store1 = $store1->toArray(); | 243 | $store1 = $store1->toArray(); |
241 | $store1['start'] = 2000000000; | 244 | $store1['start'] = 2000000000; |
242 | $store1['end'] = 1; | 245 | $store1['end'] = 1; |
-
请 注册 或 登录 后发表评论