소스 검색

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

wangggziwen 2 년 전
부모
커밋
eeb10a8e4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      master/src/main/java/com/ruoyi/project/production/controller/TSaiApplyController.java

+ 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();