提交代码

dev_xds
姜玉琦 2024-04-26 01:50:00 +08:00
parent a0abfe7d63
commit 10e9122d80
1 changed files with 2 additions and 2 deletions

View File

@ -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<FlowLabourInfo> list = flowLabourInfoService.selectFlowLabourInfoList(flowLabourInfo);