Просмотр исходного кода

修改客户基础信息接口

machenyang лет назад: 8
Родитель
Сommit
0ad76499e3

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/customer/CustomerController.cs

@@ -187,7 +187,7 @@ namespace CallCenterApi.Interface.Controllers.customer
187 187
                     string name = RequestString.GetFormString("name");
188 188
                     //省份
189 189
                     string province = RequestString.GetFormString("province");
190
-                    //客户名称
190
+                    //来电单位
191 191
                     string customerindustry = RequestString.GetFormString("customerindustry");
192 192
                     //电话
193 193
                     string mobile = RequestString.GetFormString("mobile");