fix(项目设置): 自定义代码片段执行接口请求未展示结果
--bug=1010144 --user=lyh 【项目管理】自定义代码片段执行python接口请求脚本失败 https://www.tapd.cn/55049933/s/1107256
This commit is contained in:
parent
c15128a303
commit
c678c20090
|
@ -45,7 +45,7 @@ public class FixedCapacityUtils {
|
|||
Long endTime = System.currentTimeMillis();
|
||||
Long finalStartTime = startTime;
|
||||
String logMessage = FixedCapacityUtils.fixedCapacityCache.entrySet().stream()
|
||||
.filter(map -> map.getKey() > finalStartTime && map.getKey() < endTime)
|
||||
.filter(map -> map.getKey() > finalStartTime && map.getKey() <= endTime)
|
||||
.map(map -> map.getValue()).collect(Collectors.joining());
|
||||
return logMessage;
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in New Issue