后台:首页统计调整
This commit is contained in:
@@ -131,7 +131,7 @@ class PerformPerSecond
|
||||
public function withdraw_order_status(){
|
||||
//一个月内的数据
|
||||
$time = time() - 7 * 86400;
|
||||
$withdrawal = db::name('vs_user_withdrawal')->where(['deal_type'=>2,'status'=>['in',[4,5]]])->where(['submit_yun_time'=>['>=',$time]])->select();
|
||||
$withdrawal = db::name('vs_user_withdrawal')->where(['deal_type'=>2,'status'=>['in',[4,5]],'yun_order_status'=>["<>",5077]])->where(['submit_yun_time'=>['>=',$time]])->select();
|
||||
echo "提现云账号订单状态查询条数(".count($withdrawal)."):\n";
|
||||
foreach ($withdrawal as $key => $value) {
|
||||
if($value['status'] == 5){
|
||||
|
||||
Reference in New Issue
Block a user