|
@@ -35,16 +35,22 @@ import java.util.*;
|
|
|
public class CmmsSpotcheckServiceImpl extends ServiceImpl<CmmsSpotcheckMapper, CmmsSpotcheck> implements ICmmsSpotcheckService {
|
|
|
|
|
|
@Autowired
|
|
|
+ @SuppressWarnings("all")
|
|
|
private CmmsSpotcheckContentMapper contentMapper;
|
|
|
@Autowired
|
|
|
+ @SuppressWarnings("all")
|
|
|
private CmmsSpotcheckContentItemMapper contentItemMapper;
|
|
|
@Autowired
|
|
|
+ @SuppressWarnings("all")
|
|
|
private ISysUploadFileService fileService;
|
|
|
@Autowired
|
|
|
+ @SuppressWarnings("all")
|
|
|
private CmmsSpotcheckItemMapper itemMapper;
|
|
|
@Autowired
|
|
|
+ @SuppressWarnings("all")
|
|
|
private CmmsSpotcheckMapper cmmsSpotcheckMapper;
|
|
|
@Autowired
|
|
|
+ @SuppressWarnings("all")
|
|
|
private CmmsSpotcheckTitemMapper titemMapper;
|
|
|
|
|
|
/**
|
|
@@ -110,11 +116,6 @@ public class CmmsSpotcheckServiceImpl extends ServiceImpl<CmmsSpotcheckMapper, C
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /** 该点检内容id对应的图片集合 */
|
|
|
- SysUploadFile sysUploadFile = new SysUploadFile();
|
|
|
- sysUploadFile.setRelid(content.getId());
|
|
|
- files = fileService.selectFileList(sysUploadFile);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
Date date = new Date();
|