@@ -449,7 +449,7 @@ namespace Hotline.Api.Controllers
{
model.TelNo = model.CDPN;//如果是内部通话 响应分机为被叫号码
}
- if (string.IsNullOrEmpty(dto.phoneTypes))
+ if (!string.IsNullOrEmpty(dto.phoneTypes))
model.PhoneTypes = (EPhoneTypes)Convert.ToInt32(dto.phoneTypes);