Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
cailing
2016-06-20 13:20:43 +0800
Commit
60c40bd2e2b131e0e4c750aae1acbc1b9c1283f3
1 parent
4ce1466e
删除订单修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/modules/Home/controllers/Orders.php
yohobuy/www.yohobuy.com/application/modules/Home/controllers/Orders.php
View file @
60c40bd
...
...
@@ -271,7 +271,7 @@ class OrdersController extends WebAction
}
//调用接口删除订单,并返回订单删除状态
$data
=
OrderData
::
deleteOrderData
(
$orderCode
,
$uid
,
$gender
,
$channel
);
if
(
!
isset
(
$
result
[
'code'
]))
{
if
(
!
isset
(
$
data
[
'code'
]))
{
break
;
}
}
...
...
Please
register
or
login
to post a comment