bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-11-22 14:57:37 +07:00
parent abc8eba8e8
commit 3666713748
3 changed files with 9 additions and 13 deletions

View File

@@ -227,7 +227,7 @@ namespace rmutr_report.Controllers
vv.project_end_date = null;
}
if (vv.day != null && vv.day != "90.00")
if (vv.day != null)
{
string na6 = "จำนวนวัน ";
vv.day = na6 + vv.day;
@@ -238,10 +238,6 @@ namespace rmutr_report.Controllers
vv.day = null;
}
if (vv.day == "90.00")
{
vv.day = null;
}
if (vv.percentage1 != null || vv.percentage2 != null || vv.percentage3 != null)
{