Commit cba962eb authored by clone's avatar clone

1

parent b2297f34
......@@ -198,7 +198,7 @@ class SquareService
$field .= 'Square.district_lable_id,';//部门
$field .= 'Square.create_time,';//发布时间
$field .= 'Square.house_id,';//发布时间
$field .= 'house.external_title,';
$field .= 'house.internal_title,';
$field .= 'house.shop_area_start,';
$field .= 'house.shop_area_end,';
$field .= 'house.rent_type,';
......
<?php
namespace app\api_broker\service;
use app\extra\RedisExt;
/**
* Created by PhpStorm.
* User: zw
* Date: 2019/5/6
* Time: 10:40
*/
class SquareSort
{
private $redis;
private $nowTime;
public function __construct()
{
$this->redis = RedisExt::getRedis();
$this->nowTime = date("Y-m-d", time());
}
public function setSortSquareSort(){
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment