曹え 5811 发布于:2024-04-10 07:32:26
// 清理24小时的待支付订单 M('orders')->delete("isshow=1 and addtime < (UNIX_TIMESTAMP(NOW()) - 3600 * 24)");
统计条数
$n1 = M('orders')->getCount("userid=".$this->member['id']." and isshow=1");
登录后可以留言提问!