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
3be6a465
Commit
3be6a465
authored
Nov 21, 2018
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
ee43b397
318f8803
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
getCollection.html
application/index/view/collection/getCollection.html
+1
-1
AAgents.php
application/model/AAgents.php
+1
-5
No files found.
application/index/view/collection/getCollection.html
View file @
3be6a465
...
@@ -281,7 +281,7 @@
...
@@ -281,7 +281,7 @@
<div
class=
"text-right"
>
<div
class=
"text-right"
>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
<span
class=
"money_total_two ld-Marheight "
>
收款总额:
</span><span
id=
"money_total"
class=
"money_total_two
fore-span ld-Marheight
"
></span>
<span
class=
"money_total_two ld-Marheight "
>
收款总额:
</span><span
id=
"money_total"
class=
"money_total_two"
></span>
<!--<span class="money_total_two fore-span ld-Marheight ">实付总额:</span><span id="money_total" class="money_total_two_shifu fore-span ld-Marheight">1268</span>元-->
<!--<span class="money_total_two fore-span ld-Marheight ">实付总额:</span><span id="money_total" class="money_total_two_shifu fore-span ld-Marheight">1268</span>元-->
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"export"
>
导出报表
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"export"
>
导出报表
</span>
</div>
</div>
...
...
application/model/AAgents.php
View file @
3be6a465
...
@@ -664,11 +664,7 @@ class AAgents extends BaseModel
...
@@ -664,11 +664,7 @@ class AAgents extends BaseModel
*/
*/
public
function
searchAgentsByKeyword
(
$field
,
$params
)
public
function
searchAgentsByKeyword
(
$field
,
$params
)
{
{
if
(
isset
(
$params
[
"status"
])
&&
$params
[
"status"
]
==
"-1"
){
$params
[
"status"
]
=
array
(
"in"
,
"0,3"
);
unset
(
$params
[
"status"
]);
}
else
{
$params
[
"status"
]
=
array
(
"in"
,
"0,3"
);
}
$result
=
Db
::
table
(
$this
->
table
)
$result
=
Db
::
table
(
$this
->
table
)
->
field
(
$field
)
->
field
(
$field
)
->
where
(
$params
)
->
where
(
$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