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);