Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
cba962eb
Commit
cba962eb
authored
May 06, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b2297f34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletion
+29
-1
SquareService.php
application/api_broker/service/SquareService.php
+1
-1
SquareSort.php
application/api_broker/service/SquareSort.php
+28
-0
No files found.
application/api_broker/service/SquareService.php
View file @
cba962eb
...
...
@@ -198,7 +198,7 @@ class SquareService
$field
.=
'Square.district_lable_id,'
;
//部门
$field
.=
'Square.create_time,'
;
//发布时间
$field
.=
'Square.house_id,'
;
//发布时间
$field
.=
'house.
ex
ternal_title,'
;
$field
.=
'house.
in
ternal_title,'
;
$field
.=
'house.shop_area_start,'
;
$field
.=
'house.shop_area_end,'
;
$field
.=
'house.rent_type,'
;
...
...
application/api_broker/service/SquareSort.php
0 → 100644
View file @
cba962eb
<?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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment