|
|
@@ -172,7 +172,7 @@ public class ReceivableController {
|
|
|
@PostMapping("/importPlatformReceivableInvoice")
|
|
|
@Operation(summary = "导入应收开票数据")
|
|
|
public HttpResult<ImportUpdateExcelResultVo> importPlatformReceivableInvoice(@RequestParam("file") MultipartFile file,
|
|
|
- @RequestParam("type") String type){
|
|
|
+ @RequestParam(value = "type",required = false) String type){
|
|
|
ImportUpdateExcelResultVo importExcelResultVo = receivableService.importPlatformReceivableInvoice(file, type);
|
|
|
return HttpResult.ok(importExcelResultVo);
|
|
|
}
|