jiangping
2024-05-17 44a0ef1620cad87479390900eb6ded041c7b8d7b
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);
    }