Commit 51642e48 by wangjian

2025-07-28 规范建设 V4

parent 2e398964
......@@ -277,7 +277,7 @@ public class SjGfjsZsdwwtcjController extends BaseController
//批量提交 ids
@Log(title = "批量提交 直属单位自查", businessType = BusinessType.UPDATE)
@PostMapping("/pltj")
public AjaxResult pltj(SjGfjsZsdwwtcj fjx)
public AjaxResult pltj(@RequestBody SjGfjsZsdwwtcj fjx)
{
fjx.setZt("1");
return toAjax(sjGfjsZsdwwtcjService.plxg(fjx));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment