Showing
3 changed files
with
3 additions
and
3 deletions
xingyun-sc/src/main/java/com/lframework/xingyun/sc/controller/order/PurchaseOrderInfoController.java
| ... | ... | @@ -382,9 +382,9 @@ public class PurchaseOrderInfoController extends DefaultBaseController { |
| 382 | 382 | BigDecimal totalQuantity=BigDecimal.ZERO; |
| 383 | 383 | if (CollectionUtils.isNotEmpty(purchaseOrderLineList)) { |
| 384 | 384 | |
| 385 | - for (int i = startRow + 1; i < startRow + purchaseOrderLineList.size(); i++) { | |
| 386 | - copyRow(workbook, sheet, startRow, i); | |
| 387 | - } | |
| 385 | +// for (int i = startRow + 1; i < startRow + purchaseOrderLineList.size(); i++) { | |
| 386 | +// copyRow(workbook, sheet, startRow, i); | |
| 387 | +// } | |
| 388 | 388 | |
| 389 | 389 | for (PurchaseOrderLine currentOrderLine : purchaseOrderLineList) { |
| 390 | 390 | setCellValue(sheet, startRow, 1, currentOrderLine.getIndustry()); | ... | ... |
No preview for this file type
No preview for this file type