项目进度分析

This commit is contained in:
sxu 2025-07-24 21:50:06 +08:00
parent 82a4cdcab9
commit 77dd48d4fb
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ public class ProjectNewController extends BaseController {
@Log(title = "实时监测", menu = "作业环境->实时监测", grade = OperationType.QUERY_BUSINESS, details = "查询实时检测", type = "业务日志")
@GetMapping("/export")
public void export(@Param("proName") String proName, HttpServletResponse response) throws IOException {
int index = new Random().nextInt(4) + 1;
int index = new Random().nextInt(2) + 1;
List<ScreemDocData> screemDocDataList = projectNewService.selectScreenDocData(index);
Map<String, String> screemDocDataMap = screemDocDataList.stream()
.collect(Collectors.toMap(