|
|
@@ -92,10 +92,12 @@ namespace UAS_MES_NEW.Make
|
|
|
if (dt.Rows.Count == 0)
|
|
|
{
|
|
|
ShowMsg(0, $"序列号:{sn}未维护吞吐量测试账户密码");
|
|
|
- return;
|
|
|
}
|
|
|
- Account.Text = dt.Rows[0]["pr_test_account"].ToString();
|
|
|
- Password.Text = dt.Rows[0]["pr_test_password"].ToString();
|
|
|
+ else
|
|
|
+ {
|
|
|
+ Account.Text = dt.Rows[0]["pr_test_account"].ToString();
|
|
|
+ Password.Text = dt.Rows[0]["pr_test_password"].ToString();
|
|
|
+ }
|
|
|
|
|
|
if (IsCheckSet()) return;
|
|
|
|