| | |
| | | }); |
| | | return mesQsImages; |
| | | } |
| | | |
| | | public List<MesQsImage> getLljAllImgByFid(string id, string qsType) |
| | | { |
| | | var db = SqlSugarHelper.GetInstance(); |
| | | var mesQsImages = db.Queryable<MesQsImage,MesQaItemsDetectDetail5>((a,b)=> |
| | | new JoinQueryInfos(JoinType.Left,a.Fid==b.Id)) |
| | | .Where((a,b)=> b.ReleaseNo == id && a.Id != null).ToList(); |
| | | var mesQsImages = db |
| | | .Queryable<MesQsImage, MesQaItemsDetectDetail5>((a, b) => |
| | | new JoinQueryInfos(JoinType.Left, a.Fid == b.Id)) |
| | | .Where((a, b) => b.ReleaseNo == id && a.Id != null).ToList(); |
| | | mesQsImages.ForEach(s => |
| | | { |
| | | if (s.ImageData is { Length: > 0 }) |