This commit is contained in:
@@ -55,6 +55,8 @@ namespace rmutr_report.Controllers
|
||||
|
||||
if (project.sixteenths != null)
|
||||
{
|
||||
int t = 1;
|
||||
string a = "กิจกรรมที่ ";
|
||||
foreach (var sixteenthData in project.sixteenths)
|
||||
{
|
||||
var sum1 = sixteenthData.sixteenths2.Sum(d => d.salaya);
|
||||
@@ -65,6 +67,8 @@ namespace rmutr_report.Controllers
|
||||
sixteenthData.bophitphimuk_total = sum2;
|
||||
sixteenthData.pohchang_total = sum3;
|
||||
sixteenthData.klai_kangwon_total = sum4;
|
||||
sixteenthData.activity_table = a + sixteenthData.activity_table;
|
||||
t++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user