|
@@ -5014,7 +5014,7 @@ public class OrderController : BaseController
|
|
|
/// <param name="file"></param>
|
|
|
/// <returns></returns>
|
|
|
[HttpPost("import-externalcitizens")]
|
|
|
- public async Task<object> ImportExternalcitizens([FromBody]IFormFile file,bool? needresult)
|
|
|
+ public async Task<object> ImportExternalcitizens(IFormFile file,[FromBody]bool? needresult)
|
|
|
{
|
|
|
using (var stream = new MemoryStream())
|
|
|
{
|