|
@@ -113,7 +113,7 @@ public class RemovePortraitServiceImpl implements IRemovePortraitService {
|
|
|
log.error("抹除人像失败,num:{}", num, e);
|
|
|
scenePlus.setRemovePortrait(CommonOperStatus.FAILD.code());
|
|
|
}finally {
|
|
|
- FileUtil.del(target);
|
|
|
+// FileUtil.del(target);
|
|
|
scenePlusService.updateById(scenePlus);
|
|
|
}
|
|
|
}
|