|
@@ -1,6 +1,7 @@
|
|
package com.fdkankan.contro.service.impl;
|
|
package com.fdkankan.contro.service.impl;
|
|
|
|
|
|
import cn.hutool.core.collection.CollUtil;
|
|
import cn.hutool.core.collection.CollUtil;
|
|
|
|
+import cn.hutool.core.util.StrUtil;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.fdkankan.contro.service.IBuildService;
|
|
import com.fdkankan.contro.service.IBuildService;
|
|
import com.fdkankan.model.enums.ModelTypeEnums;
|
|
import com.fdkankan.model.enums.ModelTypeEnums;
|
|
@@ -95,6 +96,9 @@ public class BuildServiceImpl implements IBuildService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ if(StrUtil.isNotEmpty(resolution) && "6k".equals(resolution)){
|
|
|
|
+ skyboxType = "SKYBOX_V16";
|
|
|
|
+ }
|
|
map.put("splitType", splitType);
|
|
map.put("splitType", splitType);
|
|
map.put("skyboxType", skyboxType);
|
|
map.put("skyboxType", skyboxType);
|
|
return map;
|
|
return map;
|