瀏覽代碼

1.0.5 bug

haogh 11 月之前
父節點
當前提交
657965afa0

+ 1 - 1
paper-library-business/src/main/java/com/qmth/paper/library/business/templete/service/impl/TaskLogicServiceImpl.java

@@ -785,7 +785,7 @@ public class TaskLogicServiceImpl implements TaskLogicService {
                 toBeGeneratedList = docManageMapper.pageDetail(paperScanTaskId, collegeName, majorName, className, courseName, teacher, teachClass, isBind,
                         param, minScore, maxScore, minBindCount, maxBindCount, pictureSymbol, pictureCount);
             }
-            toBeGeneratedList = toBeGeneratedList.stream().filter(item -> StringUtils.isEmpty(item.getFilePath())).collect(Collectors.toList());
+            //toBeGeneratedList = toBeGeneratedList.stream().filter(item -> StringUtils.isEmpty(item.getFilePath())).collect(Collectors.toList());
 
             //循环考生
             for(DocManageDetailResult result : toBeGeneratedList) {