20250911 修改质量事件报告
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BLL
|
||||
|
||||
public static List<Model.EMC_ViolationClause> GetSupViolationClause()
|
||||
{
|
||||
return Funs.DB.EMC_ViolationClause.Where(e => e.SupViolationClause == null).ToList();
|
||||
return Funs.DB.EMC_ViolationClause.Where(e => e.SupViolationClause == null).OrderBy(e => e.SortIndex).ToList();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user