|
@@ -92,7 +92,7 @@ class Takecash extends Apic
|
|
$this->error('提现失败');
|
|
$this->error('提现失败');
|
|
}
|
|
}
|
|
|
|
|
|
- $rs_wallet = model('walletcompany')->lockChangeAccountRemain($this->auth->company_id,'money',-$money,204,'提现','company_take_cash',$logid);
|
|
|
|
|
|
+ $rs_wallet = model('walletcompany')->lockChangeAccountRemain($this->auth->company_id,'money',-$money,205,'提现','company_take_cash',$logid);
|
|
if($rs_wallet['status'] === false){
|
|
if($rs_wallet['status'] === false){
|
|
Db::rollback();
|
|
Db::rollback();
|
|
$this->error($rs_wallet['msg']);
|
|
$this->error($rs_wallet['msg']);
|