Commit cee26333 authored by chenyuxi's avatar chenyuxi

feat: 改请求方式

parent 124f4efd
...@@ -868,7 +868,7 @@ public class TInsuranceDetailController { ...@@ -868,7 +868,7 @@ public class TInsuranceDetailController {
* @date 2025/4/8 * @date 2025/4/8
*/ */
@Operation(summary = "商险自动化-针对批增的查询保单号的分页接口") @Operation(summary = "商险自动化-针对批增的查询保单号的分页接口")
@GetMapping("/policyPageToAutoSelect" ) @PostMapping("/policyPageToAutoSelect" )
public R<IPage<InsuredListVo>> policyPageToAutoSelect(Page<InsuredListVo> page, @RequestBody InsuredParam param, public R<IPage<InsuredListVo>> policyPageToAutoSelect(Page<InsuredListVo> page, @RequestBody InsuredParam param,
@RequestParam(required = false) String mId) { @RequestParam(required = false) String mId) {
return R.ok(tInsuranceDetailService.policyPageToAutoSelect(page, param, mId)); return R.ok(tInsuranceDetailService.policyPageToAutoSelect(page, param, mId));
......
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