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
a50d9fb6
Commit
a50d9fb6
authored
Nov 29, 2018
by
christ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc
parent
2108961f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Push.php
application/library/Our/Push.php
+0
-1
RefundService.php
application/models/Business/Order/RefundService.php
+1
-1
No files found.
application/library/Our/Push.php
View file @
a50d9fb6
...
@@ -173,7 +173,6 @@ class Push
...
@@ -173,7 +173,6 @@ class Push
{
{
$memberDao
=
\DAO\MemberModel
::
getInstance
();
$memberDao
=
\DAO\MemberModel
::
getInstance
();
$member
=
$memberDao
->
getInfo
(
$toId
);
$member
=
$memberDao
->
getInfo
(
$toId
);
$toId
=
$toId
;
$toId
=
$toId
;
$toUserId
=
$toId
;
$toUserId
=
$toId
;
$orderService
=
\Business\Order\OrderServiceModel
::
getInstance
();
$orderService
=
\Business\Order\OrderServiceModel
::
getInstance
();
...
...
application/models/Business/Order/RefundService.php
View file @
a50d9fb6
...
@@ -184,7 +184,7 @@ class RefundServiceModel extends \Business\AbstractModel
...
@@ -184,7 +184,7 @@ class RefundServiceModel extends \Business\AbstractModel
$storeDAO
->
deleteStoreRefundCache
(
$refund
[
'store_id'
],
$refund
[
'order_id'
]);
$storeDAO
->
deleteStoreRefundCache
(
$refund
[
'store_id'
],
$refund
[
'order_id'
]);
$refundReturnDao
->
db
->
doCommit
();
$refundReturnDao
->
db
->
doCommit
();
$push
=
\Our\Push
::
getInstance
();
$push
=
\Our\Push
::
getInstance
();
$pushData
=
array
(
'storeId'
=>
$order_info
[
'store
I
d'
],
$pushData
=
array
(
'storeId'
=>
$order_info
[
'store
_i
d'
],
'type'
=>
ApiConst
::
messageRefund
,
'type'
=>
ApiConst
::
messageRefund
,
'waitReceiveCount'
=>
ApiConst
::
zero
,
'waitReceiveCount'
=>
ApiConst
::
zero
,
'waitDeliveryCount'
=>
ApiConst
::
zero
,
'waitDeliveryCount'
=>
ApiConst
::
zero
,
...
...
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