最贊回答 / 慕沐4503986
將數據庫的start_time和end_time那兩行改為:start_time timestamp not null default '0000-00-00 00:00:00' comment '開始時間',end_time timestamp not null default '0000-00-00 00:00:00' comment '結束時間',create_time timestamp not null default current_timestamp comment '創建時間',
2019-06-24