@@ -113,7 +113,7 @@ public class HaixinServiceImpl implements IHaixinService {
log.warn("推送计算结果失败,taskId:{}", taskId, e);
this.sendResult(taskId, null);
}finally {
-// FileUtil.del(zipDir);
+ FileUtil.del(zipDir);
}