|
|
@@ -267,7 +267,7 @@ public class JmgaServiceImpl implements IJmgaService {
|
|
|
String fileId = sceneFileBuildService.getFileId(snCode, uniCode);
|
|
|
String homePath = "/oss/4dkankan/" + ConstantFilePath.OSS_PREFIX + snCode + "/" + fileId + "/" + uniCode;
|
|
|
FileUtil.mkdir(homePath);
|
|
|
- String cpCmd = "cp -p -r " + zipDir + uuid + "/*/* " + homePath;
|
|
|
+ String cpCmd = "cp -p -r " + zipDir + uuid + "/* " + homePath;
|
|
|
CmdUtils.callLineSh(cpCmd);
|
|
|
|
|
|
String params = snCode + "#" + fileId + "#" + uniCode;
|