合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -60,6 +60,15 @@ namespace BLL.CQMS.Comprehensive
}
public static Model.Comprehensive_InspectionPersonApprove GetApprove2(string InspectionPersonId)
{
var q = from x in Funs.DB.Comprehensive_InspectionPersonApprove
where x.InspectionPersonId == InspectionPersonId && x.ApproveType != "S" && x.ApproveDate == null && x.ApproveType=="2"
select x;
return q.FirstOrDefault();
}
public static Model.Comprehensive_InspectionPersonApprove GetState(string InspectionPersonId)
{
var q = from x in Funs.DB.Comprehensive_InspectionPersonApprove