Browse Source

修改bug

zhoufan 7 years ago
parent
commit
a8945d94ed

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

@@ -448,7 +448,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
448 448
             if (string.IsNullOrEmpty(content))
449 449
                 return Error("请输入事件描述");
450 450
             if (type == 0)
451
-                return Error("请选择投诉原因");
451
+                return Error("请选择工单类型");
452 452
             if (source == 0)
453 453
                 return Error("请选择来源");
454 454
 
@@ -606,7 +606,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
606 606
             if (string.IsNullOrEmpty(content))
607 607
                 return Error("请输入事件描述");
608 608
             if (type == 0)
609
-                return Error("请选择投诉原因");
609
+                return Error("请选择工单类型");
610 610
             if (source == 0)
611 611
                 return Error("请选择来源");
612 612