Browse Source

master合并test

Branch_JinYang
shiqian.wang 5 months ago
parent
commit
ed3920b21a
  1. 1
      src/aspnet-core/ICS.Application/Business/Service/设备管理/IcsEquipment/IcsEquipmentAppService.cs

1
src/aspnet-core/ICS.Application/Business/Service/设备管理/IcsEquipment/IcsEquipmentAppService.cs

@ -100,7 +100,6 @@ namespace ICS.Application.Business.Service
//关联图片文件
if (icsEquipmentListDtos.Any())
{
var ImageIdList = icsEquipmentListDtos.Where(f => !string.IsNullOrEmpty(f.EqpImage)).Select(q => q.EqpImage.ToUpper());
var FileInfo = _sysFileManager.QuerySysFiles().Where(f => ImageIdList.Contains(f.Id.ToString()));
var enumlist = _derepository.GetAll();

Loading…
Cancel
Save