Commit 34197322 authored by christ's avatar christ

pc

parent 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_id'], $pushData=array('storeId'=>$storeId,
'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