This commit is contained in:
kf_wuhao 2021-03-03 16:02:28 +08:00
parent 663f198d4f
commit f59867fb4c

View File

@ -215,7 +215,7 @@ if ($act == 'newevent') {
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}'");
DB::exe($sql);
we('1');