Li 2 år sedan
förälder
incheckning
0cc0e03784
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      TEAMModelOS.FunctionV4/HttpTrigger/BIHttpTrigger.cs

+ 4 - 4
TEAMModelOS.FunctionV4/HttpTrigger/BIHttpTrigger.cs

@@ -496,10 +496,10 @@ namespace TEAMModelOS.FunctionV4.HttpTrigger
                         else
                         else
                             statsInfo.lesson.dayInter = 0;
                             statsInfo.lesson.dayInter = 0;
 
 
-                        if (monthS <= statsInfo.lesson.upTime && statsInfo.lesson.upTime <= monthE)
-                            statsInfo.lesson.monthInter += interaction.GetInt32();
-                        else
-                            statsInfo.lesson.monthInter = 0;
+                        //if (monthS <= statsInfo.lesson.upTime && statsInfo.lesson.upTime <= monthE)
+                        //    statsInfo.lesson.monthInter += interaction.GetInt32();
+                        //else
+                        //    statsInfo.lesson.monthInter = 0;
 
 
                         if (lastWeekS <= statsInfo.activity.upTime && statsInfo.activity.upTime <= lastWeekE)
                         if (lastWeekS <= statsInfo.activity.upTime && statsInfo.activity.upTime <= lastWeekE)
                         {
                         {