Commit f3888c27 authored by 黄奎's avatar 黄奎

页面修改

parent d621b90e
......@@ -667,7 +667,13 @@ namespace Edu.Module.EduTask
//投稿审批
if (item.ReceiptType == Common.Enum.Finance.ReceiptTypeEnum.Contribute)
{
DataObj = contributeList?.Where(x => x.Id == item.RelationId)?.FirstOrDefault();
var touGao= contributeList?.Where(x => x.Id == item.RelationId)?.FirstOrDefault();
if (touGao != null)
{
touGao.Content = "";
touGao.SendContent = "";
}
DataObj = touGao;
}
object AuditObj = new object();
if (item.VerifyStatus == EduTaskRrocessStatus.NotAudit || item.VerifyStatus == EduTaskRrocessStatus.AuditIng)
......
......@@ -66,7 +66,8 @@ WHERE 1=1
{
builder.AppendFormat(" AND A.{0}={1} ", nameof(RB_Customer_Finishtask_Extend.ExchangeStatus), query.ExchangeStatus);
}
else {
else
{
builder.AppendFormat(" AND D.ExchangeEndTime>'{0}' ", Common.ConvertHelper.FormatDate(DateTime.Now));
}
}
......
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