|
|
@@ -304,7 +304,7 @@ class TransferForm extends Model {
|
|
|
$fromData = Balance::getLogData($this->_fromUserInfo['ID']);
|
|
|
$toData = Balance::getLogData($this->_toUserInfo['ID']);
|
|
|
if ($this->_fromUserInfo['ID']==$this->_toUserInfo['ID'] && $this->_transferConfig['out']==$this->_transferConfig['in']){
|
|
|
- throw new \Exception('不能给自己转账');
|
|
|
+ throw new \Exception('不能给同一账户转账');
|
|
|
}
|
|
|
$this->userOperateLogger->saveBeforeContent=array_merge($fromData,$toData);
|
|
|
|