java110 5 anni fa
parent
commit
07ef4f2524

+ 7 - 7
service-front/src/main/java/com/java110/front/smo/assetExport/impl/ExportFeeManualCollectionSMOImpl.java

@@ -167,13 +167,13 @@ public class ExportFeeManualCollectionSMOImpl extends BaseComponentSMO implement
     }
 
     private int generatorRoomOweFee(Sheet sheet, Workbook workbook, JSONObject room, int line) {
-        sheet.setColumnWidth(0, 8 * 256 * 3);
-        sheet.setColumnWidth(1, 8 * 256 * 2);
-        sheet.setColumnWidth(2, 8 * 256 * 2);
-        sheet.setColumnWidth(3, 8 * 256 * 3);
-        sheet.setColumnWidth(4, 8 * 256 * 2);
-        sheet.setColumnWidth(5, 8 * 256 * 2);
-        sheet.setColumnWidth(6, 8 * 256 * 2);
+        sheet.setColumnWidth(0, 8 * 256 * 2);
+        sheet.setColumnWidth(1, 8 * 256 * 1);
+        sheet.setColumnWidth(2, 8 * 256 * 1);
+        sheet.setColumnWidth(3, 8 * 256 * 1);
+        sheet.setColumnWidth(4, 8 * 256 * 1);
+        sheet.setColumnWidth(5, 8 * 256 * 1);
+        sheet.setColumnWidth(6, 8 * 256 * 1);
 
         //通用样式
         CellStyle cellStyle = workbook.createCellStyle();