瀏覽代碼

工单地址字段赋值

qinchaoyue 1 月之前
父節點
當前提交
6a69c18b62
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Hotline.Api/Controllers/Snapshot/SnapshotController.cs

+ 1 - 0
src/Hotline.Api/Controllers/Snapshot/SnapshotController.cs

@@ -109,6 +109,7 @@ public class SnapshotController : BaseController
         order.Contact = _sessionContext.Phone;
         order.SourceChannel = ssp.DicDataName;
         order.SourceChannelCode = ssp.DicDataValue;
+        order.FullAddress = dto.Address + dto.FullAddress;
         order.InitId();
         await _orderDomainService.AddAsync(order);
         if (dto.Files.NotNullOrEmpty())