修改质量计划
This commit is contained in:
@@ -295,6 +295,15 @@ namespace BLL
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static string GetHandleManName(string SubPlanId)
|
||||
{
|
||||
string name = string.Empty;
|
||||
var a = Funs.DB.Plan_SubPlanApprove.FirstOrDefault(x => x.SubPlanId == SubPlanId && x.ApproveDate == null);
|
||||
if (a != null)
|
||||
{
|
||||
name = BLL.Person_PersonsService.GetPersonsNameById(a.ApproveMan);
|
||||
}
|
||||
return name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user