|
|
|
@ -207,9 +207,11 @@ public class SubPositionCheckDetailServiceImpl extends BaseServiceImpl<SubPositi |
|
|
|
} |
|
|
|
}else if (childList.size() == 0){ |
|
|
|
KpiSubCheckDetailResultDTO detailInfo = baseDao.selectCheckDetailFiles(infoId,bigId,""); |
|
|
|
entity.setDescribe(detailInfo.getCheckDescribe()); |
|
|
|
entity.setImages(detailInfo.getImages()); |
|
|
|
entity.setFiles(detailInfo.getFiles()); |
|
|
|
if(null!=detailInfo){ |
|
|
|
entity.setDescribe(detailInfo.getCheckDescribe()); |
|
|
|
entity.setImages(detailInfo.getImages()); |
|
|
|
entity.setFiles(detailInfo.getFiles()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|