|
@@ -149,10 +149,12 @@ class Manage
|
|
|
$w['where_id'] = $info['mid'];
|
|
|
$w['cash'] = -1*$tixian['ycash'];
|
|
|
Dever::db('agent/member')->upCash($w);
|
|
|
+ /*
|
|
|
$update = array();
|
|
|
$update['where_id'] = $info['id'];
|
|
|
$update['status'] = 3;
|
|
|
Dever::db('bill/cash')->update($update);
|
|
|
+ */
|
|
|
|
|
|
# 通知短信
|
|
|
if (Dever::project('sms')) {
|