|
@@ -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);
|