Commit 8868f13a61dfaaf0147ad90ae852c55b1d602f6f

Authored by yeqianyong
1 parent 0a7efef1

楚江erp:样品反馈单导出样式调整

... ... @@ -126,7 +126,6 @@ public class SampleResultFeedbackController extends DefaultBaseController {
126 126 try (InputStream inputStream = templateResource.getStream();
127 127 Workbook workbook = new XSSFWorkbook(inputStream)) {
128 128 Sheet sheet = workbook.getSheetAt(0);
129   - DateTimeFormatter dateFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd");
130 129 List<SampleFeedbackTrackingDetail> detailList = data.getDetailList();
131 130 // ========== 起始行:5==========
132 131 int startRow = 4;
... ...