|
@@ -51,6 +51,13 @@ public class SceneReferenceLibService {
|
|
@Resource
|
|
@Resource
|
|
private SystemScenePackageSublistMapper systemScenePackageSublistMapper;
|
|
private SystemScenePackageSublistMapper systemScenePackageSublistMapper;
|
|
|
|
|
|
|
|
+ public SceneEvaluationOperatePO getSceneEvaluationFirst(SceneReferenceLibParam params, List<String> sceneIdList) {
|
|
|
|
+ // 添加复杂度 危险度数据
|
|
|
|
+ SceneEvaluationForListParam sceneEvaluationForListParam = new SceneEvaluationForListParam();
|
|
|
|
+ BeanUtils.copyProperties(params, sceneEvaluationForListParam);
|
|
|
|
+ sceneEvaluationForListParam.setSceneIdList(sceneIdList);
|
|
|
|
+ return sceneEvaluationRuleService.getSceneEvaluationFirst(sceneEvaluationForListParam);
|
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
/**
|
|
* 获取基准场景库列表
|
|
* 获取基准场景库列表
|