From b8f8eeb8a6fb0c50773e494068e8a1bb9754739a Mon Sep 17 00:00:00 2001 From: cheng <1821349743@qq.com> Date: 星期日, 25 八月 2024 14:15:19 +0800 Subject: [PATCH] 获取表达输入性控件 --- src/main/java/com/product/mobile/core/controller/SignInController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/product/mobile/core/controller/SignInController.java b/src/main/java/com/product/mobile/core/controller/SignInController.java index c86aee4..82bf88b 100644 --- a/src/main/java/com/product/mobile/core/controller/SignInController.java +++ b/src/main/java/com/product/mobile/core/controller/SignInController.java @@ -60,7 +60,7 @@ RequestParameterEntity reqp = (RequestParameterEntity) bean; fse = reqp.getFormData(); } - return this.OK_List(signInService.signInList(fse)); + return this.OK_List(signInService.signInList()); } /** * 鑾峰彇鍏徃鍥哄畾鑰冨嫟鐐圭殑淇℃伅 -- Gitblit v1.9.2