Commit a4e0c666 authored by huyuchen's avatar huyuchen

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

parent 26a26ddb
......@@ -50,7 +50,7 @@ public class TInsuranceTypeController {
*/
@Operation(summary = "导出查询", description = "导出查询")
@PostMapping("/export" )
public R exportInsuranceType(InsuranceTypeVo insuranceType) {
public R exportInsuranceType(@RequestBody InsuranceTypeVo insuranceType) {
return R.ok(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