瀏覽代碼

发放记录导出

大数据与最优化研究所 6 月之前
父節點
當前提交
6c8cf89b58

+ 4 - 0
src/main/java/com/xjrsoft/module/textbook/service/impl/TextbookIssueRecordServiceImpl.java

@@ -485,6 +485,10 @@ public class TextbookIssueRecordServiceImpl extends MPJBaseServiceImpl<TextbookI
                             data.add(0 + "");
                         }
                     }
+                }else {
+                    for (int i = 0; i < sortedMap.size(); i++) {
+                        data.add(0 + "");
+                    }
                 }
 
                 data.add(vo.getIssueNumber() + "");