Browse Source

修改bug

mengjie 6 years ago
parent
commit
9e4452fa7b

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -631,7 +631,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
631 631
         /// <returns></returns>
632 632
         public ActionResult ExportWorkOrder(long orderid=0)
633 633
         {
634
-            orderid = 12;
634
+            //orderid = 12;
635 635
             NPOIHelper npoi = new NPOIHelper();
636 636
             int userId =  CurrentUser.UserData.F_UserId;//1545
637 637
             if (userId != 0)