From 6be20b44b2f3fc1f09fe2f0d595744131dffd2bf Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 19 十二月 2023 16:56:56 +0800
Subject: [PATCH] #
---
zy-asrs-framework/src/main/resources/templates/Controller.txt | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-framework/src/main/resources/templates/Controller.txt b/zy-asrs-framework/src/main/resources/templates/Controller.txt
index 7d3460e..c26fd3f 100644
--- a/zy-asrs-framework/src/main/resources/templates/Controller.txt
+++ b/zy-asrs-framework/src/main/resources/templates/Controller.txt
@@ -32,8 +32,6 @@
@ManagerAuth
public R page(@RequestParam(defaultValue = "1")Integer curr,
@RequestParam(defaultValue = "10")Integer limit,
- @RequestParam(required = false)String orderByField,
- @RequestParam(required = false)String orderByType,
@RequestParam(required = false)String condition,
@RequestParam Map<String, Object> param){
LambdaQueryWrapper<@{ENTITYNAME}> wrapper = new LambdaQueryWrapper<>();
--
Gitblit v1.9.1