|
@@ -120,7 +120,7 @@ public class DataController extends BaseController {
|
|
|
log.error("图片源文件不存在:{}", srcFile.getName());
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(dataVo.getLabelurl())) {
|
|
|
- String[] labels = dataVo.getUrl().split("/profile");
|
|
|
+ String[] labels = dataVo.getLabelurl().split("/profile");
|
|
|
File labelurlFile = new File(profile + labels[1]);
|
|
|
File labelurlDestFile = new File(tempDir, labelurlFile.getName());
|
|
|
if (labelurlFile.exists()) {
|