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
fef09fb3
Commit
fef09fb3
authored
Dec 12, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
64947531
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
30 deletions
+0
-30
AAgentsBlackList.php
application/model/AAgentsBlackList.php
+0
-18
AAgentsBlackListImg.php
application/model/AAgentsBlackListImg.php
+0
-12
No files found.
application/model/AAgentsBlackList.php
View file @
fef09fb3
...
@@ -62,19 +62,6 @@ class AAgentsBlackList extends Model
...
@@ -62,19 +62,6 @@ class AAgentsBlackList extends Model
return
$result
;
return
$result
;
}
}
/**
* 更新数据
*/
public
function
updateDatas
(
$params
)
{
$result
=
$this
->
update
(
$params
);
//dump($this->getLastSql());
return
$result
;
}
public
function
getDataById
(
$id
,
$field
)
public
function
getDataById
(
$id
,
$field
)
{
{
$result
=
Db
::
table
(
$this
->
table
)
->
field
(
$field
)
->
where
(
'id'
,
$id
)
->
find
();
$result
=
Db
::
table
(
$this
->
table
)
->
field
(
$field
)
->
where
(
'id'
,
$id
)
->
find
();
...
@@ -82,9 +69,4 @@ class AAgentsBlackList extends Model
...
@@ -82,9 +69,4 @@ class AAgentsBlackList extends Model
return
$result
;
return
$result
;
}
}
}
}
application/model/AAgentsBlackListImg.php
View file @
fef09fb3
...
@@ -32,18 +32,6 @@ class AAgentsBlackListImg extends Model
...
@@ -32,18 +32,6 @@ class AAgentsBlackListImg extends Model
return
$result
;
return
$result
;
}
}
/**
* 查询数据统计
*/
public
function
getDatasTotal
(
$field
,
$params
)
{
$result
=
Db
::
table
(
$this
->
table
)
->
field
(
$field
)
->
where
(
$params
)
->
count
();
//dump($this->getLastSql());
return
$result
;
}
/**
/**
...
...
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