Commit c2026618 authored by huyuchen's avatar huyuchen

huych-商险产品-险种-新增/编辑处增加“是否地市自购”标签

parent 14ab58e0
......@@ -51,7 +51,7 @@ public class TInsuranceTypeController {
@Operation(summary = "导出查询", description = "导出查询")
@PostMapping("/export" )
public R exportInsuranceType(@RequestBody InsuranceTypeVo insuranceType) {
return R.ok(insuranceTypeService.selectInsuranceType(insuranceType));
return insuranceTypeService.selectInsuranceType(insuranceType);
}
/**
......
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