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