Commit 5d539462 authored by christ's avatar christ

deletecache

parent c9ace415
...@@ -428,12 +428,13 @@ class RefundServiceModel extends \Business\AbstractModel ...@@ -428,12 +428,13 @@ class RefundServiceModel extends \Business\AbstractModel
'orderCount'=>ApiConst::zero, 'orderCount'=>ApiConst::zero,
'waitRefundProccessCount'=>ApiConst::reduceOne, 'waitRefundProccessCount'=>ApiConst::reduceOne,
'waitRefundReceiveCount'=>ApiConst::zero, 'waitRefundReceiveCount'=>ApiConst::zero,
'refundCount'=>ApiConst::zero, 'refundCount'=>ApiConst::reduceOne,
'alertCount'=>ApiConst::zero, 'alertCount'=>ApiConst::zero,
'params'=>array('c'=>'shopkeeper', 'params'=>array('c'=>'shopkeeper',
'm'=>'orderDetail', 'm'=>'orderDetail',
'refundId'=>$refund['refund_id'])); 'refundId'=>$refund['refund_id']));
$push->addOneToClient($pushData); $push->addOneToClient($pushData);
$push->sendTcpMessage();
return true; return true;
} }
...@@ -512,12 +513,13 @@ class RefundServiceModel extends \Business\AbstractModel ...@@ -512,12 +513,13 @@ class RefundServiceModel extends \Business\AbstractModel
'orderCount'=>ApiConst::zero, 'orderCount'=>ApiConst::zero,
'waitRefundProccessCount'=>ApiConst::reduceOne, 'waitRefundProccessCount'=>ApiConst::reduceOne,
'waitRefundReceiveCount'=>ApiConst::zero, 'waitRefundReceiveCount'=>ApiConst::zero,
'refundCount'=>ApiConst::zero, 'refundCount'=>ApiConst::reduceOne,
'alertCount'=>ApiConst::zero, 'alertCount'=>ApiConst::zero,
'params'=>array('c'=>'shopkeeper', 'params'=>array('c'=>'shopkeeper',
'm'=>'orderDetail', 'm'=>'orderDetail',
'refundId'=>$refund['refund_id'])); 'refundId'=>$refund['refund_id']));
$push->addOneToClient($pushData); $push->addOneToClient($pushData);
$push->sendTcpMessage();
return true; return true;
} }
$refundReturnDao->db->doRollback(); $refundReturnDao->db->doRollback();
......
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