111
啊鑫
2025-07-30 7517c0cbcddb428b95498af990a4831769a9d7e7
111
已修改2个文件
8 ■■■■ 文件已修改
MES.Service/Dto/service/XJPageResult.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MES.Service/service/QC/MesOqcItemsDetect02Manager.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
MES.Service/Dto/service/XJPageResult.cs
@@ -19,4 +19,8 @@
    public string? ItemModel { get; set; }
    public string? itemCj { get; set; }
    public string? ItemCode { get; set; }
    public string? ReleaseNo { get; set; }
    public decimal? SearchIndex { get; set; }
}
MES.Service/service/QC/MesOqcItemsDetect02Manager.cs
@@ -46,12 +46,14 @@
                !"未完成".Equals(queryObj.result),
                (a, b, c, d, e) => a.FcheckResu != null && a.Fsubmit == 1)
            .WhereIF(id > 0, (a, b, c, d, e) => a.Id == id)
            .WhereIF(StringUtil.IsNotNullOrEmpty(queryObj.createUser),
            .WhereIF(StringUtil.IsNotNullOrEmpty(queryObj.createUser) && queryObj.SearchIndex != null,
                (a, b, c, d, e) => c.Fname.Contains(queryObj.createUser))
            .WhereIF(StringUtil.IsNotNullOrEmpty(queryObj.ItemNo), 
                (a, b, c, d, e) => b.ItemNo.Contains(queryObj.ItemNo))
            .WhereIF(StringUtil.IsNotNullOrEmpty(queryObj.ItemName), 
                (a, b, c, d, e) => b.ItemName.Contains(queryObj.ItemName))
            .WhereIF(StringUtil.IsNotNullOrEmpty(queryObj.ReleaseNo),
                (a, b, c, d, e) => a.ReleaseNo.Contains(queryObj.ReleaseNo))
            .OrderByDescending((a, b, c, d, e) => a.Id)
            .Select((a, b, c, d, e) => new MesOqcItemsDetect02()
            {