代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -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)
{