|
|
@ -776,11 +776,15 @@ namespace EasyBL.WEBAPP.SYS |
|
|
|
|
|
|
|
OnSiteServiceDTO rsService = new OnSiteServiceDTO(); |
|
|
|
|
|
|
|
if (Booking.OnSiteService != null) |
|
|
|
if (!string.IsNullOrEmpty(Booking.ServiceID)) |
|
|
|
{ |
|
|
|
|
|
|
|
var Service = Booking.OnSiteService; |
|
|
|
|
|
|
|
if (OnSiteServiceDic.ContainsKey(Booking.ServiceID)) { |
|
|
|
Service = OnSiteServiceDic[Booking.ServiceID]; |
|
|
|
} |
|
|
|
|
|
|
|
rsService.ServiceID = Service.ServiceID; |
|
|
|
rsService.ServiceName = Service.ServiceName; |
|
|
|
rsService.Logo = fm_qry.FindOneImageURL(Service.PreviewFile); |
|
|
|
xxxxxxxxxx