Commit b1186cc3 authored by neo's avatar neo

[bugfix] delete squrte for imputinvoice import

parent eb9d24e0
......@@ -127,7 +127,7 @@ public class InputInvoiceImportController {
return list.size();
}
@RequestMapping(value = "importInputInvoice}", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
@RequestMapping(value = "importInputInvoice", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public ResponseEntity ImportInputInvoiceData(@RequestBody ImportInputInvoiceDto importParam)
{
return ResponseEntity.ok(inputInvoiceDataImportService.ImportInputInvoiceData(importParam.InputInvoiceList,
......
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