Commit f0c07504 authored by 黄奎's avatar 黄奎

页面修改

parent 5b4dd407
......@@ -25,7 +25,7 @@ namespace Edu.Model.Entity.EduTask
/// <summary>
/// 审核id
/// 审核id【教务单据审核人员信息表主键编号,RB_Education_Relevance:Id 】
/// </summary>
public int AuditId { get; set; }
......@@ -64,7 +64,6 @@ namespace Edu.Model.Entity.EduTask
/// </summary>
public int AuditEmId { get; set; }
/// <summary>
/// 审核节点编号
/// </summary>
......
......@@ -154,6 +154,15 @@ namespace Edu.Module.EduTask
return result;
}
[TransactionCallHandler]
public virtual bool EditAuditManModule(int Id)
{
bool flag = false;
return flag;
}
/// <summary>
/// 获取单据详情
......
......@@ -62,7 +62,7 @@ namespace Edu.Repository.EduTask
string isSpecNode = "";
if (query.Conditon == Common.Enum.Course.EduReceiptConditionEnum.WaitAgree)
{
isSpecNode = string.Format(",IFNULL((SELECT SpecialNode FROM rb_Education_relevance WHERE Id IN(SELECT BackrelevanceId FROM rb_education_record WHERE ConditionId=A.Id AND AuditStatus=1 AND AuditEmId={0})),0) AS SpecialNode ", query.CreateBy);
isSpecNode = string.Format(",IFNULL((SELECT SpecialNode FROM rb_Education_relevance WHERE Id IN(SELECT AuditId FROM rb_education_record WHERE ConditionId=A.Id AND AuditStatus=1 AND AuditEmId={0})),0) AS SpecialNode ", query.CreateBy);
}
StringBuilder builder = new StringBuilder();
builder.AppendFormat(@"
......@@ -285,7 +285,6 @@ WHERE 1=1
UpdateBy = model.CreateBy,
UpdateTime = DateTime.Now,
Description = "",
BackrelevanceId = levance.Id,
};
//系统岗位审核;
if (!string.IsNullOrEmpty(subItem.PostUserIds))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment