Browse Source

这里修改了一下

tangjiang 6 tháng trước cách đây
mục cha
commit
0797f7a522
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/DataSharing.Host/Controllers/HotlineWebController.cs

+ 1 - 1
src/DataSharing.Host/Controllers/HotlineWebController.cs

@@ -1835,7 +1835,7 @@ WHERE ""CreationTime"">='{0}' AND ""CreationTime""<='{1}' and ""IsSuccess""=1 an
 ";
 
             strsql = string.Format(strsql, dto.StartTime, dto.EndTime, dto.StartTime.Value.AddMonths(-3));
-
+             
             return _waitSendTaskRepository.GetDataAggregationSituation(strsql);
 
         }