|
@@ -413,6 +413,7 @@ public class InsPlyIncomeController extends BaseController {
|
|
|
@PostMapping("pinHandlingExcel")
|
|
@PostMapping("pinHandlingExcel")
|
|
|
public HttpResult pinHandlingexcel(@RequestBody @ApiParam(name = "insPlyIncomeVo") InsPlyIncomeVo insPlyIncomeVo, HttpServletRequest request, HttpServletResponse response) {
|
|
public HttpResult pinHandlingexcel(@RequestBody @ApiParam(name = "insPlyIncomeVo") InsPlyIncomeVo insPlyIncomeVo, HttpServletRequest request, HttpServletResponse response) {
|
|
|
return insPlyIncomeService.pinHandlingexcel(insPlyIncomeVo, request, response);
|
|
return insPlyIncomeService.pinHandlingexcel(insPlyIncomeVo, request, response);
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@ApiModelProperty("保险手续费导出")
|
|
@ApiModelProperty("保险手续费导出")
|