duhongyu %!s(int64=4) %!d(string=před) roky
rodič
revize
34fca91e6a

+ 0 - 4
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/CallOutOptController.cs

@@ -110,10 +110,6 @@ namespace CallCenterApi.Interface.Controllers
110 110
                     }
111 111
                     else if (phone.Trim().Length < 11)
112 112
                     {//号码小于11位,为本地
113
-                        res = 1;
114
-                    }
115
-                    else if (phone.Trim().Length < 11)
116
-                    {//号码小于11位,为本地
117 113
                         res = 3;
118 114
                     }
119 115
                     else if (phone.Trim().Length > 11 && phone.Substring(0, 4).Equals(zipcode))