Commit 4f42c227 authored by christ's avatar christ

调整退款退货收货时间缓存删除

parent 739b2696
......@@ -96,6 +96,7 @@ class RefundServiceModel extends \Business\AbstractModel
if(!$refund) { //未知的退款信息
ErrorModel::throwException(CodeConfigModel::notExistRefund);
}
$state = $refundReturnDao->update(array('refund_id'=> $refundId), array('receive_time'=> $receiveTime));
$storeDao->deleteStoreRefundCache($storeId);
if(!$state){
......
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