server/company/src/main/java/com/doumee/api/business/InsuranceApplyController.java
@@ -162,8 +162,8 @@ @ApiOperation("测试实际金额") @GetMapping("/testFee") public ApiResponse testFee(Integer id) { insuranceApplyService.updateApplyCurrentFee(id); public ApiResponse testFee(Integer id,Integer unionId) { insuranceApplyService.updateApplyCurrentFee(id, unionId); return ApiResponse.success(null); }