|
@@ -240,7 +240,9 @@ public class ToInfraredServiceImpl extends BaseServiceImpl<ToInfraredMapper, ToI
|
|
|
|
|
|
// 步骤 2. 根据算法配置,生成默认参数的map数据结构,同时需要解析default_value字段,生成对应的结果
|
|
|
if (ObjectUtil.isEmpty(config_list)) {
|
|
|
- throw new RuntimeException("算法配置参数为空");
|
|
|
+ System.out.println("算法配置参数为空");
|
|
|
+ return algorithmParameters;
|
|
|
+// throw new RuntimeException("算法配置参数为空");
|
|
|
}
|
|
|
for (Dict config : config_list) {
|
|
|
String key = (String) config.get("agName");
|