修改3
This commit is contained in:
@@ -64,7 +64,7 @@ class Account
|
||||
}
|
||||
|
||||
$account_model = new ProductAccount;
|
||||
$info = $account_model->getOne(['Account'=>["IN",$data['account']]],'ProductName,PackageName,Account,ConnectCount,StartTime,EndTime');
|
||||
$info = $account_model->getOne(['Account'=>["IN",$up_data]],'ProductName,PackageName,Account,ConnectCount,StartTime,EndTime');
|
||||
|
||||
if ($info) {
|
||||
$return_data = [
|
||||
|
||||
Reference in New Issue
Block a user