Commit 46a4b12c authored by wwccw0591's avatar wwccw0591

pc

parent 4707719e
...@@ -225,7 +225,7 @@ class RefundReturnModel extends \DAO\AbstractModel { ...@@ -225,7 +225,7 @@ class RefundReturnModel extends \DAO\AbstractModel {
*/ */
public function isPlatformIn($refundInfo){ public function isPlatformIn($refundInfo){
if(($refundInfo['isPlatformIn']==ApiConst::platNotIn && $refundInfo['sellerState']==ApiConst::refundSellerRefuse) || $refundInfo['buyerRefundAmount']>$refundInfo['refundAmount']){ if(($refundInfo['isPlatformIn']==ApiConst::platNotIn && ($refundInfo['sellerState']==ApiConst::refundSellerRefuse) || $refundInfo['buyerRefundAmount']>$refundInfo['refundAmount'])){
return TRUE; return TRUE;
}else{ }else{
return FALSE; return FALSE;
...@@ -394,7 +394,7 @@ class RefundReturnModel extends \DAO\AbstractModel { ...@@ -394,7 +394,7 @@ class RefundReturnModel extends \DAO\AbstractModel {
//删除订单详情缓存 //删除订单详情缓存
public function deleteFindByOrderIdCache($refundId) public function deleteFindByOrderIdCache($refundId)
{ {
return \Our\RedisHelper::delCachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$this, 'findByRefundId'), array($refundId)); return \Our\RedisHelper::delCachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$this, 'findByRefundId'), array(),array($refundId));
} }
//删除订单列表缓存 //删除订单列表缓存
......
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