延期标记

This commit is contained in:
kf_wuhao 2021-03-02 17:07:29 +08:00
parent cf0b0e5e6d
commit b3745ca3d3

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;