Ver Fonte

SAI开项申请流程:邮件取值修改

wangggziwen há 2 anos atrás
pai
commit
eeb10a8e4a

+ 1 - 1
master/src/main/java/com/ruoyi/project/production/controller/TSaiApplyController.java

@@ -545,7 +545,7 @@ public class TSaiApplyController extends BaseController
                     String loginName = sysUser.getUserName();
                     TStaffmgr staffmgr = staffmgrService.selectTStaffmgrByStaffId(staffId);
                     String staffName = staffmgr.getName();
-                    String email = staffmgr.getMail();
+                    String email = sysUser.getEmail();
                     if (email != null) {
                         // 系统通知
                         SysMessage message = new SysMessage();