|
|
@@ -78,7 +78,7 @@ namespace CallCenterApi.Interface.Controllers
|
|
78
|
78
|
if (phone.Trim().Length == 11 && phone[0] == '1')
|
|
79
|
79
|
{//号码为11位,首位是1,为手机号
|
|
80
|
80
|
BLL.T_Sys_MobileData mobile_Bll = new BLL.T_Sys_MobileData();
|
|
81
|
|
- Model.T_Sys_MobileData mobileModel = mobile_Bll.GetModelList(" F_MobileNum = '" + phone.Substring(0, 7) + "'").FirstOrDefault();
|
|
|
81
|
+ Model.T_Sys_MobileData mobileModel = mobile_Bll.GetModelList(" F_MobileNum = '" + phone.Substring(0, 7) + "' and F_IsDelete =0").FirstOrDefault();
|
|
82
|
82
|
if (mobileModel != null)
|
|
83
|
83
|
{
|
|
84
|
84
|
if (mobileModel.F_ZipCode.Equals(zipcode))
|