This commit is contained in:
罗松柏 2021-03-02 17:10:07 +08:00
commit 280ad5e96e

View File

@ -332,6 +332,7 @@ if ($act == 'newevent') {
'start' => $rs['start'],
'end' => $rs['end'],
'className' => 'label-' . $class,
'isYanqi'=>boolval($rs['yanqi_history'])
);
$row['allDay'] = true;
$res[] = $row;