Parcourir la source

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

wangggziwen il y a 2 ans
Parent
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();