Dun.Jason 1 ماه پیش
والد
کامیت
633170bbdd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Hotline.Api/Controllers/OrderController.cs

+ 1 - 1
src/Hotline.Api/Controllers/OrderController.cs

@@ -4791,7 +4791,7 @@ public class OrderController : BaseController
 
         //工单保存特殊身份验证
         var specialIdentityVerification = bool.Parse(_systemSettingCacheManager.GetSetting(SettingConstants.SpecialIdentityVerification).SettingValue[0]);
-        if (specialIdentityVerification)
+        if (specialIdentityVerification && !string.IsNullOrEmpty(dto.FromPhone))
         {
             var specialNumber = await _specialNumberRepository.GetAsync(p => p.PhoneNumber == dto.FromPhone, HttpContext.RequestAborted);
             if (specialNumber != null && specialNumber.PoliticalIdentityValue == "1")