库存管理

This commit is contained in:
wyn
2026-07-15 09:06:12 +08:00
parent 68d6b88695
commit b54476419b

View File

@@ -433,7 +433,7 @@ public class StatisticsController {
row.createCell(20).setCellValue(cellStr(map.get("alreadyTanxiao")));
row.createCell(21).setCellValue(cellStr(map.get("currentTanxiao")));
row.createCell(22).setCellValue(cellStr(map.get("surplusTanxiao")));
row.createCell(22).setCellValue(cellStr(map.get("refund_no")));
row.createCell(23).setCellValue(cellStr(map.get("refund_no")));
//序号自增
cell++;
}