From 51ec98113c6d49d0f7eec4e3c030e55e337e97db Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 26 五月 2025 15:47:16 +0800 Subject: [PATCH] 芯导软件(江苏)有限公司 delete --- cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeCalibrationScheduleController.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeCalibrationScheduleController.java b/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeCalibrationScheduleController.java index f69873e..edd9af7 100644 --- a/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeCalibrationScheduleController.java +++ b/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeCalibrationScheduleController.java @@ -27,7 +27,7 @@ * 浠櫒璁惧妫�瀹�/鏍″噯璁″垝琛� 鍓嶇鎺у埗鍣� * </p> * - * @author 鑺杞欢锛堟睙鑻忥級鏈夐檺鍏徃 + * @author * @since 2024-11-13 02:53:05 */ @Api(tags = "閲忓�兼函婧愯鍒�") @@ -65,7 +65,7 @@ @PostMapping("exportOfValueTraceabilityPlan") public void exportOfValueTraceabilityPlan(String instrumentName, String managementNumber, HttpServletResponse response) throws Exception { - IPage<FeCalibrationSchedule> data = feCalibrationScheduleService.page(new Page<>(1, -1),instrumentName, managementNumber); + IPage<FeCalibrationSchedule> data = feCalibrationScheduleService.page(new Page<>(-1, -1),instrumentName, managementNumber); List<FeCalibrationScheduleExport> studentList = JSONObject.parseArray(JSON.toJSONString(data.getRecords()), FeCalibrationScheduleExport.class); response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"); response.setHeader("requestType", "excel"); @@ -79,8 +79,8 @@ .doWrite(studentList); } - @ValueClassify(value = "閲忓�兼函婧愯鍒掑鍏�") - @ApiOperation(value = "importOfValueTraceabilityPlan") + @ValueClassify(value = "閲忓�兼函婧愯鍒�") + @ApiOperation(value = "閲忓�兼函婧愯鍒掑鍏�") @PostMapping("/importOfValueTraceabilityPlan") public void importOfValueTraceabilityPlan(MultipartFile file) throws IOException { if (file.isEmpty()) { -- Gitblit v1.9.3