0813
This commit is contained in:
@@ -19,6 +19,20 @@ namespace FineUIPro.Web
|
||||
}
|
||||
}
|
||||
|
||||
protected string One
|
||||
{
|
||||
get
|
||||
{
|
||||
var views = (from x in Funs.DB.View_JDGL_ProgressCompletion where x.ProjectId == this.CurrUser.LoginProjectId orderby x.Months descending select x).ToList();
|
||||
double result = 0;
|
||||
if (views.Count > 0)
|
||||
{
|
||||
result = Convert.ToDouble(views[0].TotalRealNum);
|
||||
}
|
||||
return JsonConvert.SerializeObject(result);
|
||||
}
|
||||
}
|
||||
|
||||
#region 赢得值曲线
|
||||
protected string Two
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user