知识学习

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 493|回复: 0

ThinkPHP搜索7天15天30天数据where语句

[复制链接]

升级   100%

152

主题

152

帖子

734

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
734
发表于 2022-7-23 20:34:44 | 显示全部楼层 |阅读模式
  1. $pending_times = [
  2.             // 7天
  3.             1 => [['pend', '<=', strtotime(date('Y-m-d 23:59:59', time()) . '+7day')], ['pend', '>=', strtotime(date('Y-m-d 23:59:59', time()))]],
  4.             // 15天
  5.             2 => [['pend', '<=', strtotime(date('Y-m-d 23:59:59', time()) . '+15day')], ['pend', '>=', strtotime(date('Y-m-d 23:59:59', time()))]],
  6.             // 30
  7.             3 => [['pend', '<=', strtotime(date('Y-m-d 23:59:59', time()) . '+30day')], ['pend', '>=', strtotime(date('Y-m-d 23:59:59', time()))]],
  8.             // 90
  9.             4 => [['pend', '<=', strtotime(date('Y-m-d 23:59:59', time()) . '+90day')], ['pend', '>=', strtotime(date('Y-m-d 23:59:59', time()))]],
  10.         ];
  11.         if ($pending) {
  12.             // 根据前端的索引搜索
  13.             $where[] = $pending_times[$pending];
  14.         }
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|知识学习 ( 鲁ICP备20015483号 )

GMT+8, 2024-9-11 08:32 , Processed in 0.067358 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表