From 10e9122d8071840bc0b476dc09e77ae39a5cb392 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 01:50:00 +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 --- .../yanzhu/jh/bigscreen/web/controller/FloweController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 418dc17a..9e775323 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,8 +221,8 @@ public class FloweController extends BaseController { * 根据条件查询劳资预警列表 * JiangYuQi */ - @PostMapping("/findFlowLabourList") - public TableDataInfo list(@RequestBody FlowLabourInfo flowLabourInfo) + @GetMapping("/findFlowLabourList") + public TableDataInfo list(FlowLabourInfo flowLabourInfo) { startPage(); List list = flowLabourInfoService.selectFlowLabourInfoList(flowLabourInfo);