|
@@ -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)
|