项目进度分析
This commit is contained in:
parent
82a4cdcab9
commit
77dd48d4fb
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue