Li 2 년 전
부모
커밋
0cc0e03784
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      TEAMModelOS.FunctionV4/HttpTrigger/BIHttpTrigger.cs

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

@@ -496,10 +496,10 @@ namespace TEAMModelOS.FunctionV4.HttpTrigger
                         else
                             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)
                         {