This commit is contained in:
“wanyongkang”
2025-05-15 23:04:14 +08:00
parent e44720fee6
commit 2eae6b28f3

View File

@@ -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 = [