|
@@ -1485,7 +1485,7 @@ public class RunBuild {
|
|
|
componentModelUploadEntity = new ComponentModelUploadEntity();
|
|
|
componentModelUploadEntity.setId(Long.valueOf(modelId));
|
|
|
componentModelUploadEntity.setThumStatus(1);
|
|
|
- componentModelUploadEntity.setProgress(100);
|
|
|
+ componentModelUploadEntity.setThumProgress(100);
|
|
|
componentModelUploadService.updateById(componentModelUploadEntity);
|
|
|
redisUtil.setEx("componentCreateImgStatus:id:" + modelId, "done", 5, TimeUnit.MINUTES);
|
|
|
|
|
@@ -1529,7 +1529,7 @@ public class RunBuild {
|
|
|
modelUploadEntity = new ModelUploadEntity();
|
|
|
modelUploadEntity.setId(Long.valueOf(modelId));
|
|
|
modelUploadEntity.setThumStatus(1);
|
|
|
- modelUploadEntity.setProgress(100);
|
|
|
+ modelUploadEntity.setThumProgress(100);
|
|
|
modelUploadService.updateById(modelUploadEntity);
|
|
|
redisUtil.setEx("createImgStatus:id:" + modelId, "done", 5, TimeUnit.MINUTES);
|
|
|
|
|
@@ -1567,7 +1567,7 @@ public class RunBuild {
|
|
|
modelUploadEntity = new ModelUploadEntity();
|
|
|
modelUploadEntity.setId(Long.valueOf(modelId));
|
|
|
modelUploadEntity.setThumStatus(1);
|
|
|
- modelUploadEntity.setProgress(100);
|
|
|
+ modelUploadEntity.setThumProgress(100);
|
|
|
modelUploadService.updateById(modelUploadEntity);
|
|
|
redisUtil.setEx("createImgStatus:id:" + modelId, "done", 5, TimeUnit.MINUTES);
|
|
|
|