소스 검색

内部报验核心检验

wangming 11 달 전
부모
커밋
f64589f6d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxInsideInspectionServiceImpl.java

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxInsideInspectionServiceImpl.java

@@ -885,7 +885,7 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
             }
 
             //核心检验指标修改记录
-            if(ObjectUtil.isNotNull(req.getCoreMap())) {
+            if(ObjectUtil.isNotNull(req.getCoreMap()) && ObjectUtil.isNotEmpty(req.getCoreMap().get(insideId))) {
                 final List<GeneralUpdateVo> generalUpdateVoList = req.getCoreMap().get(insideId);
                 if(ObjectUtil.isNotEmpty(generalUpdateVoList)) {
                     List<String> editList = insideInspectionCoreIndicatorsService.editCheckerColsHistory(insideId, generalUpdateVoList);