|
|
@@ -123,7 +123,6 @@ public class YongHService {
|
|
|
"select UAPPROVALMSG_SEQ.NEXTVAL,'TEXT','永洪账号开通提醒','"+employee.getEm_name()+" 您的永洪报表平台账号已创建\n" +
|
|
|
"账号:"+name+
|
|
|
"初始密码:"+initPWD+"\n" +
|
|
|
- "登录地址:https://mail.sisemi.com.cn/\n" +
|
|
|
"您也可以通过UAS系统首页-->右上角 永洪 进行SSO免密登录。',em_qywx" +
|
|
|
" from employee where em_code='"+employee.getEm_code()+"' and em_qywx is not null");
|
|
|
return true;
|