zjh
2025-07-11 b63766325fc24613d481de3f35544fb22b5565ad
StandardPda/MES.Service/service/BasicData/SalesOrderManager.cs
@@ -38,7 +38,8 @@
        conModels.Add(new ConditionalModel
        {
            FieldName = typeof(SalesOrder).GetProperties()[0].Name,
            ConditionalType = ConditionalType.Equal, FieldValue = "1"
            ConditionalType = ConditionalType.Equal,
            FieldValue = "1"
        }); //id=1
        var data7 = base.GetPageList(conModels, p, it => SqlFunc.GetRandom());