Commit 521bc703 by wyc

批量添加用户时的密码条件完善

parent 6ddd7e07
......@@ -789,7 +789,7 @@ public ApiResponse SaveUserHandsFlat(UserCollectData request)
UnitCode = cts?.Code ?? "",
IsDelete = 1,
Login = data.Login,
Password = PwdHelper.MD5AndSalt2(AppConst.InitPwd),
Password = PwdHelper.MD5AndSalt2(data?.Password ?? AppConst.InitPwd),
States = 1,
Mobile = data?.Mobile ?? "",
Mail = data?.Mail ?? "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment