#EC_HJ3# 优化默认密码

feature-LeeD-20221025
shilei 2 years ago
parent a079f40e3f
commit 0765fbcc4e

@ -1123,8 +1123,10 @@ public class RocketmqUtil {
String lastmodid = "1" ;
String creator = "1";
String systemlanguage = "8" ;
String pwd = "1";
String pwd = PropBean.getUfPropValue("user_pwd") ;
String password = DigestUtils.md5Hex(pwd).toUpperCase(); //MD5加密
bb.writeLog("password:"+password);
String scopeid = "-1";
String scope = "HrmCustomFieldByInfoType" ;

Loading…
Cancel
Save