瀏覽代碼

优化删除试卷答案文件

wn0920
王宁 2 年之前
父節點
當前提交
b34e1c0807
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      sstudy/src/main/java/com/xhkjedu/sstudy/service/paper/PaperService.java

+ 1
- 1
sstudy/src/main/java/com/xhkjedu/sstudy/service/paper/PaperService.java 查看文件

@@ -276,7 +276,7 @@ public class PaperService {
276 276
             for (int i = 0; i < pfilelist.size(); i++) {
277 277
                 TPaperFile pf = pfilelist.get(i);
278 278
                 resourceUrls.add(pf.getFilepath());
279
-                if (i == 0) {
279
+                if (!resourceUrls.contains(pf.getSourcepath())) {
280 280
                     resourceUrls.add(pf.getSourcepath());
281 281
                 }
282 282
             }

Loading…
取消
儲存