zhoufan 7 anos atrás
pai
commit
a8945d94ed

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

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