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
dc33cf06
Commit
dc33cf06
authored
Jan 19, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
放心看
parent
94bc9739
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
sell.php
new_admincp/applications/zsb/controllers/sell.php
+9
-0
No files found.
new_admincp/applications/zsb/controllers/sell.php
View file @
dc33cf06
...
...
@@ -4985,6 +4985,15 @@ class Sell extends MY_Controller {
foreach
(
$arr_id
as
$rowid
)
{
$this
->
load
->
model
(
'real_house_model'
);
$isRealHouse
=
$this
->
real_house_model
->
getInfoByRowid
(
$rowid
);
if
(
$isRealHouse
)
{
//下架放心看
$this
->
load
->
model
(
'zsb_api_model'
);
$re
=
$this
->
zsb_api_model
->
getRequrstData
(
'cancleRealHouse'
,
array
(
'house_id'
=>
$rowid
,
'reason'
=>
3
));
}
$tbl
=
'sell'
;
/*** 4、通过接口提交操作日志给中间件,operatetype 1:新增 2刷新 3删除 4失效 5再发布 ***/
$this
->
statistics
->
sub_operatecount
(
$uid
,
$agentcode
,
3
,
$rowid
,
''
,
$tbl
,
$domain
,
$parentcode
);
...
...
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