This commit is contained in:
罗松柏 2021-03-03 16:03:48 +08:00
commit a40ca3a000

View File

@ -214,7 +214,7 @@ if ($act == 'newevent') {
unset($yanqi_history[$idx]); unset($yanqi_history[$idx]);
} }
$dict['yanqi_history']=json_encode($yanqi_history,true); $dict['yanqi_history']=json_encode($yanqi_history);
$sql = DB::update('calendar', $dict, "id='{$id}'"); $sql = DB::update('calendar', $dict, "id='{$id}'");
DB::exe($sql); DB::exe($sql);
we('1'); we('1');