Procházet zdrojové kódy

调整客户管理

zhengbingbing %!s(int64=7) %!d(string=před) roky
rodič
revize
1a3a6ae14f

File diff suppressed because it is too large
+ 5 - 5
codegit/CallCenterApi/CallCenterApi.DAL/T_Cus_CustomerBase.cs


+ 1 - 5
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallInScreenController.cs

@@ -134,11 +134,7 @@ namespace CallCenterApi.Interface.Controllers.tel
134 134
                     cusdto.address = cusmodel.F_Address;
135 135
                     res = Success("获取成功", cusdto);
136 136
                 }
137
-                else
138
-                {
139
-                    res = Error("暂无此用户");
140
-                }
141
-
137
+                
142 138
             }
143 139
             return res;
144 140
         }