最贊回答 / 慕沐4503986
將數(shù)據(jù)庫的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 '結(jié)束時間',create_time timestamp not null default current_timestamp comment '創(chuàng)建時間',
2019-06-24