Explorar o código

增加脱敏字段

qinchaoyue hai 6 meses
pai
achega
27dae6addf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Hotline.Share/Dtos/Order/OrderDto.cs

+ 1 - 1
src/Hotline.Share/Dtos/Order/OrderDto.cs

@@ -677,11 +677,11 @@ namespace Hotline.Share.Dtos.Order
             this.FromName = maskString;
             this.FromGender = EGender.Unknown;
             this.FromPhone = maskString;
-
             this.FullAddress = maskString;
             this.Address = maskString;
             this.City = maskString;
             this.Street = maskString;
+            this.ContactMask = maskString;
             return this;
         }