提交质量接口修改
This commit is contained in:
@@ -118,7 +118,7 @@ namespace BLL
|
||||
public static string GetHandleManName(string MainPlanId)
|
||||
{
|
||||
string name = string.Empty;
|
||||
var a= Funs.DB.Plan_MainPlanApprove.FirstOrDefault(x => x.MainPlanId == MainPlanId && x.ApproveDate == null);
|
||||
var a = Funs.DB.Plan_MainPlanApprove.FirstOrDefault(x => x.MainPlanId == MainPlanId && x.ApproveDate == null);
|
||||
if (a != null)
|
||||
{
|
||||
name = BLL.Person_PersonsService.GetPersonsNameById(a.ApproveMan);
|
||||
@@ -246,7 +246,7 @@ namespace BLL
|
||||
cd.ApproveDate = item.ApproveDate;
|
||||
cd.IsAgree = item.IsAgree;
|
||||
cd.ApproveIdea = item.ApproveIdea;
|
||||
cd.ApproveType = item.ApproveType;
|
||||
cd.ApproveType = item.ApproveType + "$" + CQMS_MainPlanService.ConvertState(item.ApproveType);
|
||||
res.Add(cd);
|
||||
}
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user