|
@@ -88,7 +88,7 @@ public class AddMoldelBuild {
|
|
}
|
|
}
|
|
|
|
|
|
public void syncModel(RequestRenovationPartsDetailManager param) {
|
|
public void syncModel(RequestRenovationPartsDetailManager param) {
|
|
- String token = RedisUtil.tryLock(param.getModelUploadId().toString() + "syncModel", 60 * 1000);
|
|
|
|
|
|
+ String token = RedisUtil.tryLock(param.getFileId().toString() + "syncModel", 60 * 1000);
|
|
try {
|
|
try {
|
|
if (token != null) {
|
|
if (token != null) {
|
|
String locationPath = buildPath + "upload/" + param.getFileId() + "/";
|
|
String locationPath = buildPath + "upload/" + param.getFileId() + "/";
|