...
|
...
|
@@ -759,7 +759,7 @@ class Lists extends Api |
|
|
$v['finish_hour'] = $finish_hour['finsh_hour'];
|
|
|
}
|
|
|
// 截止日期
|
|
|
$third_study = Db::name('third_study')->where('third_id',$user_id)->field('periodtime')->find();
|
|
|
$third_study = Db::name('third_study')->where('third_id',$user_id)->where('study_id',$v['id'])->field('periodtime')->find();
|
|
|
$v['expirationtime'] = !empty($third_study) ? date('Y-m-d H:i:s',$third_study['periodtime']) : date('Y-m-d H:i:s',$v['expirationtime']);
|
|
|
}
|
|
|
$v['image'] = $qiniu.$v['image'];
|
...
|
...
|
|