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
f123bc31
Commit
f123bc31
authored
Aug 15, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b708a226
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
Shop.php
application/api_broker/controller/Shop.php
+0
-0
TLookShopUser.php
application/model/TLookShopUser.php
+11
-0
route.php
application/route.php
+4
-3
No files found.
application/api_broker/controller/Shop.php
View file @
f123bc31
This diff is collapsed.
Click to expand it.
application/model/TLookShopUser.php
View file @
f123bc31
...
@@ -55,4 +55,14 @@ class TLookShopUser extends Model
...
@@ -55,4 +55,14 @@ class TLookShopUser extends Model
->
where
(
$condition
)
->
where
(
$condition
)
->
count
();
->
count
();
}
}
public
function
getLogList
(
$condition
,
$field
,
$pageNo
,
$pageSize
)
{
return
$this
->
db_
->
field
(
$field
)
->
where
(
$condition
)
->
page
(
$pageNo
)
->
limit
(
$pageSize
)
->
order
(
"id desc"
)
->
select
();
}
}
}
\ No newline at end of file
application/route.php
View file @
f123bc31
...
@@ -640,9 +640,9 @@ Route::group('api', [
...
@@ -640,9 +640,9 @@ Route::group('api', [
'getTradeList'
=>
[
'api/TradeLog/getTradeList'
,
[
'method'
=>
'post|get'
]],
'getTradeList'
=>
[
'api/TradeLog/getTradeList'
,
[
'method'
=>
'post|get'
]],
//AttentionShop
//AttentionShop
'addOrUpdateAttention'
=>
[
'api/AttentionShop/addOrUpdateAttention'
,
[
'method'
=>
'post|get'
]
],
'addOrUpdateAttention'
=>
[
'api/AttentionShop/addOrUpdateAttention'
,
[
'method'
=>
'post|get'
]
],
'attentionList'
=>
[
'api/AttentionShop/attentionList'
,
[
'method'
=>
'post | get'
]
],
'attentionList'
=>
[
'api/AttentionShop/attentionList'
,
[
'method'
=>
'post | get'
]
],
'attentionOfficeList'
=>
[
'api/AttentionShop/attentionOfficeList'
,
[
'method'
=>
'post | get'
]
],
//关注的办公楼
'attentionOfficeList'
=>
[
'api/AttentionShop/attentionOfficeList'
,
[
'method'
=>
'post | get'
]
],
//关注的办公楼
'addSublet'
=>
[
'api/Sublet/addSublet'
,
[
'method'
=>
'post|get'
]],
'addSublet'
=>
[
'api/Sublet/addSublet'
,
[
'method'
=>
'post|get'
]],
...
@@ -1054,6 +1054,7 @@ Route::group('broker', [
...
@@ -1054,6 +1054,7 @@ Route::group('broker', [
'getWorkLearningList'
=>
[
'api_broker/UploadWorkLearning/getWorkLearningList'
,
[
'method'
=>
'GET'
]],
//保存0素质测评 1方法分析 2价值观考核图片
'getWorkLearningList'
=>
[
'api_broker/UploadWorkLearning/getWorkLearningList'
,
[
'method'
=>
'GET'
]],
//保存0素质测评 1方法分析 2价值观考核图片
'subletList'
=>
[
'api_broker/Sublet/subletList'
,
[
'method'
=>
'GET'
]],
//委托转铺列表
'subletList'
=>
[
'api_broker/Sublet/subletList'
,
[
'method'
=>
'GET'
]],
//委托转铺列表
'getUserLookShopList'
=>
[
'api_broker/Shop/getUserLookShopList'
,
[
'method'
=>
'GET'
]],
//委托转铺列表
]);
]);
...
...
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