|
@@ -431,11 +431,11 @@ class Cron
|
|
|
// print_R($where);die;
|
|
|
$tixian=Dever::db('bill/tixian')->getwsCash($where);
|
|
|
if($tixian){
|
|
|
- $where['status']=1;
|
|
|
- $where['type']=11;
|
|
|
- $where['mid']=$tixian['mid'];
|
|
|
- $cash=Dever::db('bill/cash')->getwsCash($where);
|
|
|
- $data['ws_cash']=$cash['total']*(-1);
|
|
|
+ // $where['status']=1;
|
|
|
+ // $where['type']=11;
|
|
|
+ // $where['mid']=$tixian['mid'];
|
|
|
+ // $cash=Dever::db('bill/cash')->getwsCash($where);
|
|
|
+ $data['ws_cash']=$tixian['total']*(-1);
|
|
|
}
|
|
|
#已审核待发放提现
|
|
|
$data['df_cash']=0;
|