ソースを参照

Merge branch 'feature/snapshot' into dev

qinchaoyue 4 ヶ月 前
コミット
afd727c1f1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Hotline.Share/Dtos/Snapshot/OrderDto.cs

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

@@ -166,7 +166,7 @@ public class AddSnapshotOrderInDto : Position
                     $"作业时间:{this.StartWorkTime.Value.ToString("yyyy-MM-dd hh:mm")}~{this.EndWorkTime.Value.ToString("yyyy-MM-dd hh:mm")}\r\n" +
                     $"作业地点: {this.Town}({this.County})({this.Street})"; // 舒平(自流井区)(油库)"
         }
-        return $"{Description} (地址:{Street}({Town}{County}))";
+        return $"{Description}";
     }
 
     public string GetTitle(EIndustryType industryType, string acceptType)