CrazyIter_Bin 3 년 전
부모
커밋
110024a99a
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 1
      TEAMModelBI/TEAMModelBI.csproj
  2. 3 2
      TEAMModelOS.FunctionV4/ServiceBus/ActiveTaskTopic.cs
  3. 3 3
      TEAMModelOS/TEAMModelOS.csproj

+ 0 - 1
TEAMModelBI/TEAMModelBI.csproj

@@ -29,7 +29,6 @@
 	<ItemGroup>
 		<Folder Include="Controllers\DataCore\" />
 		<Folder Include="Models\" />
-		<Folder Include="wwwroot\" />
 	</ItemGroup>
 	<PropertyGroup>
 		<SpaRoot>ClientApp\</SpaRoot>

+ 3 - 2
TEAMModelOS.FunctionV4/ServiceBus/ActiveTaskTopic.cs

@@ -908,8 +908,9 @@ namespace TEAMModelOS.FunctionV4.ServiceBus
                                     {
                                         lessonRecord.hasVideo = 1;
                                     }
-                                } catch (Exception ex ) {
-                                   await _dingDing.SendBotMsg($"{_option.Location}/LessonRecordEvent/课堂记录更新课堂时长出错records/{_lessonId}/Record/.Recording.json\n{ex.Message}{ex.StackTrace}{msg}", GroupNames.成都开发測試群組);
+                                }
+                                catch (Exception ex ) {
+                                  // await _dingDing.SendBotMsg($"{_option.Location}/LessonRecordEvent/课堂记录更新课堂时长出错records/{_lessonId}/Record/.Recording.json\n{ex.Message}{ex.StackTrace}{msg}", GroupNames.成都开发測試群組);
                                 }
                                 break;
                             //更新T分

+ 3 - 3
TEAMModelOS/TEAMModelOS.csproj

@@ -31,9 +31,9 @@
     <SpaRoot>ClientApp\</SpaRoot>
     <DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
     <UserSecretsId>078b5d89-7d90-4f6a-88fc-7d96025990a8</UserSecretsId>
-    <Version>5.2201.20</Version>
-    <AssemblyVersion>5.2201.20.1</AssemblyVersion>
-    <FileVersion>5.2201.20.1</FileVersion>
+    <Version>5.2201.21</Version>
+    <AssemblyVersion>5.2201.21.1</AssemblyVersion>
+    <FileVersion>5.2201.21.1</FileVersion>
     <Description>TEAMModelOS(IES5)版本更新。</Description>
     <PackageReleaseNotes>6.0版本说明</PackageReleaseNotes>
   </PropertyGroup>