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
17c205ad
Commit
17c205ad
authored
Dec 12, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
33976746
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
AAgentsBlackList.php
application/model/AAgentsBlackList.php
+0
-1
AAgentsBlackListImg.php
application/model/AAgentsBlackListImg.php
+0
-5
No files found.
application/model/AAgentsBlackList.php
View file @
17c205ad
...
...
@@ -24,7 +24,6 @@ class AAgentsBlackList extends Model
{
$result
=
Db
::
table
(
$this
->
table
)
->
field
(
$field
)
//->alias('a')
->
where
(
$params
)
->
select
();
//dump($this->getLastSql());
...
...
application/model/AAgentsBlackListImg.php
View file @
17c205ad
...
...
@@ -21,13 +21,11 @@ class AAgentsBlackListImg extends Model
/**
* 查询数据
* 朱伟 2018-07-04
*/
public
function
getDatas
(
$field
,
$params
)
{
$result
=
Db
::
table
(
$this
->
table
)
->
field
(
$field
)
//->alias('a')
->
where
(
$params
)
->
select
();
//dump($this->getLastSql());
...
...
@@ -36,13 +34,11 @@ class AAgentsBlackListImg extends Model
/**
* 查询数据统计
* 朱伟 2018-08-10
*/
public
function
getDatasTotal
(
$field
,
$params
)
{
$result
=
Db
::
table
(
$this
->
table
)
->
field
(
$field
)
//->alias('a')
->
where
(
$params
)
->
count
();
//dump($this->getLastSql());
...
...
@@ -52,7 +48,6 @@ class AAgentsBlackListImg extends Model
/**
* 更新数据
* 朱伟 2018-07-04
*/
public
function
updateDatas
(
$params
)
{
...
...
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