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