select c_item_id from t_char_item where CURRENT_TIMESTAMP() > DATE_ADD(c_buy_time, INTERVAL 5 DAY);
select * from %s where time_stemp > (curdate() - interval 1 day) limit %d,%d
select * from %s where time_stemp > curdate() limit %d,%d
1458
4184

被折叠的 条评论
为什么被折叠?