|
@@ -743,7 +743,8 @@ class My extends Core
|
|
|
$id = Dever::load('bill/lib/tixian')->up($this->uid, $ycash, $cash,$sign);
|
|
|
|
|
|
if ($id) {
|
|
|
- $cash_id = Dever::load('bill/lib/cash')->up($this->uid, 11, $ycash, $this->user['role'], $id, '提现到'.substr($card, -4).'银行卡', 1);
|
|
|
+
|
|
|
+ $cash_id = Dever::load('bill/lib/cash')->up($this->uid, 11, $ycash, $this->user['role'], $id, '提现', 1);
|
|
|
|
|
|
Dever::db('bill/tixian')->update(array('where_id' => $id, 'cash_id' => $cash_id));
|
|
|
|