瀏覽代碼

用户管理修改

master
yangpeilai 1 月之前
父節點
當前提交
c965e078af

+ 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…
取消
儲存