mysql操作datetime字段统一加上一星期的时间时间:2025-04-01 16:10:02mysql操作datetime字段统一加上一周的时间: update test set time = DATE_ADD(time,INTERVAL 7 DAY)