|
|
|
@ -131,7 +131,6 @@ class WithdrawController extends BaseController
|
|
|
|
|
$this->poolCount($dbres['pool_id']);
|
|
|
|
|
M("company_statement_info","tab_")->save($savedata);
|
|
|
|
|
$this->ajaxReturn(["msg"=>"打款成功","data"=>$dbres,"status"=>1]);
|
|
|
|
|
# code...
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -153,7 +152,6 @@ class WithdrawController extends BaseController
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$this->ajaxReturn(["success"=>"打款成功","data"=>[]]);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected function setOneVerifyStatus($change_status,$op_pre,$id)
|
|
|
|
|