소스 검색

用户管理修改

master
yangpeilai 1 개월 전
부모
커밋
c965e078af
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      zhywpt-app-userw/src/main/java/cn/com/taiji/userw/manager/system/StaffManagerImpl.java

+ 2
- 2
zhywpt-app-userw/src/main/java/cn/com/taiji/userw/manager/system/StaffManagerImpl.java 파일 보기

@@ -397,8 +397,8 @@ public class StaffManagerImpl extends RedisCacheManager implements StaffManager

@Override
public String registerFullBath(StaffRegisterFullBatchRequestDTO dto) throws ManagerException {
// File tempFile = minioUtil.getFileByUrl(dto.getExcelFileUrl());
File tempFile = new File("C:\\Users\\32258\\Desktop\\gy\\测试\\用户管理\\测试文件\\员工账号批量注册导入模板.xlsx");
File tempFile = minioUtil.getFileByUrl(dto.getExcelFileUrl());
// File tempFile = new File("C:\\Users\\32258\\Desktop\\gy\\测试\\用户管理\\测试文件\\员工账号批量注册导入模板.xlsx");
InputStream fileInputStream = null;
try {
fileInputStream = new FileInputStream(tempFile);

Loading…
취소
저장