代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -115,7 +115,7 @@ namespace FineUIPro.Web.DigData
|
||||
row[16] = item.Month12;
|
||||
if (item.SortIndex == 8)
|
||||
{
|
||||
if (sum5 > 0 && (sum5- sum6) > 0)
|
||||
if (sum5 > 0 && (sum5 - sum6) > 0)
|
||||
{
|
||||
row[17] = ((sum5 - sum6) / sum5 * 100).ToString("0.##") + "%";
|
||||
}
|
||||
@@ -359,8 +359,8 @@ namespace FineUIPro.Web.DigData
|
||||
{
|
||||
int year = Funs.GetNewInt(this.drpYear.SelectedValue) ?? DateTime.Now.Year;
|
||||
var getCheck_CheckMonths = from x in Funs.DB.Check_CheckMonth
|
||||
where x.Months.Value.Year == year
|
||||
orderby x.Months
|
||||
where x.Months.Value.Year == year
|
||||
orderby x.Months
|
||||
select x;
|
||||
if (getCheck_CheckMonths.Count() > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user