@@ -48,6 +48,7 @@ class Index extends Apic
//某周,page=1是本周
$this_week = $this->get_page_week($page);
+ $this_week[1] = $this_week[1] + 86399;
//医生排班
$paiban = Db::name('doctor_paiban')->where('doctor_id',$this->auth->id)->where('activetime','BETWEEN',$this_week)->order('activetime asc')->column('activetime,active');