mengjie vor 5 Jahren
Ursprung
Commit
bb2c3574c6

+ 2 - 4
代码/TVShoppingCallCenter_ZLJ/Controllers/Customer/VIPInfoController.cs

@@ -523,11 +523,9 @@ namespace TVShoppingCallCenter_ZLJ.Controllers.Customer
523 523
         /// </summary>
524 524
         /// <returns></returns>
525 525
         [HttpPost("importexcel")]
526
-        public async Task<IActionResult> ImportExcel(string taskid, int headrow = 0)
526
+        public async Task<IActionResult> ImportExcel( int headrow = 0)
527 527
         {
528
-            if (string.IsNullOrEmpty(taskid))
529
-                return Error("任务id不能为空");
530
-
528
+           
531 529
             //string usercode = User.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Sid).Value;
532 530
 
533 531
             Microsoft.AspNetCore.Http.IFormFile _upfile = Request.Form.Files[0];