From 03ef0b51103c735077c784c7df81ae2bcc1599ab Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 13 二月 2025 18:33:56 +0800 Subject: [PATCH] update --- jrj/project/business/SystemSettings/UserPassDlg.cpp | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/jrj/project/business/SystemSettings/UserPassDlg.cpp b/jrj/project/business/SystemSettings/UserPassDlg.cpp index 10d6ab1..8e27cd0 100644 --- a/jrj/project/business/SystemSettings/UserPassDlg.cpp +++ b/jrj/project/business/SystemSettings/UserPassDlg.cpp @@ -85,9 +85,8 @@ xstring newpass = xutil::MD5(str1); xml x; - - xaserverarg arg ; - ; + xaserverarg arg; + arg.AddArg(L"old_password",oldpass); arg.AddArg(L"new_password",newpass); -- Gitblit v1.9.3