Browse Source

2019 11-18 17-19

xs 5 năm trước cách đây
mục cha
commit
d6f9297a2d

+ 0 - 1
src/main/java/com/jeeplus/modules/sg/financial/erpcredit/util/ExportUtil2.java

@@ -24,7 +24,6 @@ public class ExportUtil2 {
 
     //导出表(一览表) 写入数据
     public static void getSheetView(Sheet sheet,List<ErpCredit> erpCredits,List<MaintainData> maintainDataList,Workbook workbook){
-        System.out.println("计算后:+==="+erpCredits.size());
         if (sheet!=null){
             CellStyle cellStyleFont = getCellStyleFont(workbook);
             CellStyle cellStyle = getCellStyle(workbook);