From 4c9fdf7d79be7eba8865bc474df9c960c814f87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Fri, 26 Apr 2024 00:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/yanzhu/jh/bigscreen/web/controller/FloweController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/FloweController.java b/yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/FloweController.java index 27ddac17..fe1d2816 100644 --- a/yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/FloweController.java +++ b/yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/FloweController.java @@ -221,7 +221,7 @@ public class FloweController extends BaseController { * JiangYuQi */ @PostMapping("/findFlowLabourList") - public TableDataInfo list(FlowLabourInfo flowLabourInfo) + public TableDataInfo list(@RequestBody FlowLabourInfo flowLabourInfo) { List list = flowLabourInfoService.selectFlowLabourInfoList(flowLabourInfo); return getDataTable(list);