摘要: $dateMin = I('datemin') ? strtotime(I('datemin')) : ''; $dateMax = I('datemax') ? strtotime(I('datemax')) : ''; if ($dateMin && $dateMax) { $where['b.contract_end'... 阅读全文
posted @ 2018-07-25 15:52 xc_flying 阅读(167) 评论(0) 推荐(0) 编辑