diff --git a/CS-WS025全自动水压检测仪电气清单.xlsx b/CS-WS025全自动水压检测仪电气清单.xlsx new file mode 100644 index 0000000..6c909dd Binary files /dev/null and b/CS-WS025全自动水压检测仪电气清单.xlsx differ diff --git a/全自动水压检测仪/DATA/PasswordGenerator.cs b/全自动水压检测仪/DATA/PasswordGenerator.cs index 0627759..658b6fd 100644 --- a/全自动水压检测仪/DATA/PasswordGenerator.cs +++ b/全自动水压检测仪/DATA/PasswordGenerator.cs @@ -142,7 +142,7 @@ SET password_hash = '{hash}', salt = '{txtSalt.Text}' WHERE username = 'admin'; -- 修改为对应的用户名"; - txtSqlUpdate.Text = sql; + txtSqlUpdate.Text = sql; MessageBox.Show("密码哈希生成成功!\n\n可以复制SQL语句到数据库执行。", "成功", MessageBoxButtons.OK, MessageBoxIcon.Information);