Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
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
esf
fenzhan_zsb
Commits
b5cf683d
Commit
b5cf683d
authored
Apr 13, 2020
by
weijinyin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c2b9faa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
market_bid_house_manage.php
.../applications/zsb/controllers/market_bid_house_manage.php
+2
-1
No files found.
new_admincp/applications/zsb/controllers/market_bid_house_manage.php
View file @
b5cf683d
...
@@ -128,7 +128,8 @@ class market_bid_house_manage extends MY_Controller {
...
@@ -128,7 +128,8 @@ class market_bid_house_manage extends MY_Controller {
$arrBroker
=
array
(
'id'
=>
$this
->
uid
);
$arrBroker
=
array
(
'id'
=>
$this
->
uid
);
$searchWhere
=
array
(
'esta'
=>
1
,
'uid'
=>
$arrBroker
[
'id'
],
'agentcode'
=>
'B000'
);
//$searchWhere = array('esta' => 1, 'uid' => $arrBroker['id'], 'agentcode' => 'B000');
$searchWhere
=
array
(
'esta'
=>
1
,
'uid'
=>
$arrBroker
[
'id'
]);
$keywords
=
$this
->
input
->
get
(
"keywords"
);
$keywords
=
$this
->
input
->
get
(
"keywords"
);
$infotype
=
$this
->
input
->
get
(
'infotype'
);
$infotype
=
$this
->
input
->
get
(
'infotype'
);
...
...
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