Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
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
chenchuanwen
my-yaf-project
Commits
31afbbc5
Commit
31afbbc5
authored
Sep 21, 2018
by
liuyuzhen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into lyz
parents
12fa3995
e4f05735
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
129 additions
and
112 deletions
+129
-112
ShopkeeperService.php
application/models/Business/Store/ShopkeeperService.php
+127
-110
Member.php
application/models/DAO/Member.php
+0
-1
Order.php
application/models/DAO/Order/Order.php
+1
-0
orders.php
public/test/shopkeeper/orders.php
+1
-1
No files found.
application/models/Business/Store/ShopkeeperService.php
View file @
31afbbc5
This diff is collapsed.
Click to expand it.
application/models/DAO/Member.php
View file @
31afbbc5
...
@@ -536,7 +536,6 @@ class MemberModel extends \DAO\AbstractModel
...
@@ -536,7 +536,6 @@ class MemberModel extends \DAO\AbstractModel
case
ApiConst
::
orderStateWaitPay
:
case
ApiConst
::
orderStateWaitPay
:
$type
=
NameConst
::
waitPay
;
$type
=
NameConst
::
waitPay
;
break
;
break
;
case
ApiConst
::
orderStateWaitConfirm
:
case
ApiConst
::
orderStateWaitSend
:
case
ApiConst
::
orderStateWaitSend
:
$type
=
NameConst
::
waitShipments
;
$type
=
NameConst
::
waitShipments
;
break
;
break
;
...
...
application/models/DAO/Order/Order.php
View file @
31afbbc5
...
@@ -846,6 +846,7 @@ class OrderModel extends \DAO\AbstractModel
...
@@ -846,6 +846,7 @@ class OrderModel extends \DAO\AbstractModel
$favoritesStoreDao
->
deleteGetFavoritesCountByStoreId
(
$stroeId
);
$favoritesStoreDao
->
deleteGetFavoritesCountByStoreId
(
$stroeId
);
}
}
$this
->
deleteGetListByMemberId
(
$stroeId
);
$orderGoodsDao
=
\DAO\Order\OrderGoodsModel
::
getInstance
(
DbNameConst
::
masterDBConnectName
);
$orderGoodsDao
=
\DAO\Order\OrderGoodsModel
::
getInstance
(
DbNameConst
::
masterDBConnectName
);
$orderGoodsDao
->
deleteOrderGoodsCache
(
$memberId
,
$orderId
,
$stroeId
);
$orderGoodsDao
->
deleteOrderGoodsCache
(
$memberId
,
$orderId
,
$stroeId
);
}
}
...
...
public/test/shopkeeper/orders.php
100755 → 100644
View file @
31afbbc5
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
用户登录状态key:
<input
name=
"data[key]"
value=
"ceb72deab920ac0edb7272b2ed9dfa1e"
/><br
/>
用户登录状态key:
<input
name=
"data[key]"
value=
"ceb72deab920ac0edb7272b2ed9dfa1e"
/><br
/>
订单状态id:
<input
name=
"data[orderState]"
value=
""
/><br
/>
订单状态id:
<input
name=
"data[orderState]"
value=
""
/><br
/>
订单号
:
<input
name=
"data[keyword]"
value=
"400"
/><br
/>
keyword
:
<input
name=
"data[keyword]"
value=
"400"
/><br
/>
<p
id=
"img_area"
></p>
<p
id=
"img_area"
></p>
<input
type=
"submit"
value=
"提交"
>
<input
type=
"submit"
value=
"提交"
>
</form>
</form>
...
...
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