Bladeren bron

Merge branch 'feature/snapshot' into dev

qinchaoyue 5 maanden geleden
bovenliggende
commit
ee7ebf0ff4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/Hotline.Application.Tests/Controller/SnapshotControllerTest.cs

+ 1 - 1
src/Hotline.Application.Tests/Controller/SnapshotControllerTest.cs

@@ -70,7 +70,7 @@ public class SnapshotControllerTest : TestBase
         inDto.County = "沿滩区";
         inDto.Description = "单元测试添加的时间描述";
         inDto.IsSecret = false;
-        inDto.JobType = 
+        //inDto.JobType = 
         foreach (var item in inDto.Files)
         {
             item.FileName = DateTime.Now.ToShortTimeString() + "文件.doc";