From e29a9f245ff4e57a40bbab1c0acc3cbc31d3ac2b Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 21 四月 2025 11:13:13 +0800
Subject: [PATCH] #出库找待机位优化

---
 zy-asrs-framework/src/main/resources/templates/Controller.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-framework/src/main/resources/templates/Controller.txt b/zy-asrs-framework/src/main/resources/templates/Controller.txt
index d18ce7f..47c5d5a 100644
--- a/zy-asrs-framework/src/main/resources/templates/Controller.txt
+++ b/zy-asrs-framework/src/main/resources/templates/Controller.txt
@@ -34,7 +34,8 @@
     public R page(@RequestParam(defaultValue = "1") Integer curr,
                   @RequestParam(defaultValue = "10") Integer limit,
                   @RequestParam(required = false) String condition,
-                  @RequestParam(required = false) String timeRange) {
+                  @RequestParam(required = false) String timeRange,
+                  @RequestParam Map<String, Object> param) {
         LambdaQueryWrapper<@{ENTITYNAME}> wrapper = new LambdaQueryWrapper<>();
         if (!Cools.isEmpty(condition)) {
             wrapper.like(@{ENTITYNAME}::get@{MAJORCOLUMN0}, condition);

--
Gitblit v1.9.1