From 16d1c46ce0c5469d2e3e2cfa247dc595af320d58 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期四, 05 六月 2025 09:29:12 +0800 Subject: [PATCH] tree优化 --- cnas-device/src/main/java/com/ruoyi/device/service/impl/DeviceInstructionServiceImpl.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cnas-device/src/main/java/com/ruoyi/device/service/impl/DeviceInstructionServiceImpl.java b/cnas-device/src/main/java/com/ruoyi/device/service/impl/DeviceInstructionServiceImpl.java index 6f5bb5b..559be66 100644 --- a/cnas-device/src/main/java/com/ruoyi/device/service/impl/DeviceInstructionServiceImpl.java +++ b/cnas-device/src/main/java/com/ruoyi/device/service/impl/DeviceInstructionServiceImpl.java @@ -21,13 +21,14 @@ import java.time.LocalDateTime; import java.util.Date; import java.util.Locale; +import java.util.Map; /** * <p> * 浣滀笟鎸囧涔︽坊鍔犲彈鎺ф枃浠惰〃 鏈嶅姟瀹炵幇绫� * </p> * - * @author 鑺杞欢锛堟睙鑻忥級鏈夐檺鍏徃 + * @author * @since 2024-12-04 10:29:18 */ @Service @@ -41,7 +42,7 @@ private NumberGenerator<DeviceInstruction> numberGenerator; @Override - public IPage<DeviceInstruction> pageByPageQueryOfHomeworkInstructions(Page page, DeviceOperationInstructionDto operationInstructionDto) { + public IPage<DeviceOperationInstructionDto> pageByPageQueryOfHomeworkInstructions(Page page, DeviceOperationInstructionDto operationInstructionDto) { return baseMapper.pageByPageQueryOfHomeworkInstructions(page, QueryWrappers.queryWrappers(operationInstructionDto)); } -- Gitblit v1.9.3