ソースを参照

Merge branch 'feature/snapshot' into dev

qinchaoyue 5 ヶ月 前
コミット
ee7ebf0ff4

+ 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";