Commit a50d9fb6 authored by christ's avatar christ

pc

parent 2108961f
...@@ -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();
......
...@@ -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['storeId'], $pushData=array('storeId'=>$order_info['store_id'],
'type'=>ApiConst::messageRefund, 'type'=>ApiConst::messageRefund,
'waitReceiveCount'=>ApiConst::zero, 'waitReceiveCount'=>ApiConst::zero,
'waitDeliveryCount'=>ApiConst::zero, 'waitDeliveryCount'=>ApiConst::zero,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment