Commit 752838d0 authored by wwccw0591's avatar wwccw0591

pc

parent 207045ea
...@@ -83,10 +83,10 @@ class RefundReturnModel extends \DAO\AbstractModel { ...@@ -83,10 +83,10 @@ class RefundReturnModel extends \DAO\AbstractModel {
$this->errorCode=CodeConfigModel::isNotExpressType; $this->errorCode=CodeConfigModel::isNotExpressType;
$isReturn=FALSE; $isReturn=FALSE;
} }
// if($refundReturn['addressId']>ApiConst::zero){ if($refundReturn['expressId']>ApiConst::zero){
// $this->errorCode=CodeConfigModel::isNotExpressType; $this->errorCode=CodeConfigModel::isNotExpressType;
// $isReturn=FALSE; $isReturn=FALSE;
// } }
return $isReturn; return $isReturn;
} }
/** /**
......
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