Commit ae7338bc authored by 黄奎's avatar 黄奎

页面修改

parent 45d34925
......@@ -130,10 +130,10 @@ namespace Edu.Model.ViewModel.Contract
{
get
{
string str= Common.ConvertHelper.FormatDate(this.SignDate);
if (!string.IsNullOrEmpty(str))
{
str= Common.ConvertHelper.FormatDate(DateTime.Now);
string str = Common.ConvertHelper.FormatDate(this.SignDate);
if (string.IsNullOrEmpty(str))
{
str = Common.ConvertHelper.FormatDate(DateTime.Now);
}
return str;
}
......
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