You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-builder/jane/services/aipp-service/src/main/java/modelengine/fit/jober/aipp/dto/chat/CreateAppChatRequest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public class CreateAppChatRequest {
Copy file name to clipboardExpand all lines: app-builder/waterflow/java/waterflow-service/src/main/java/modelengine/fit/waterflow/common/utils/UUIDUtil.java
Copy file name to clipboardExpand all lines: app-builder/waterflow/java/waterflow-service/src/main/java/modelengine/fit/waterflow/flowsengine/biz/service/scheduletasks/CleanContextSchedule.java
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
* 包括成功、失败、终止的流程数据
24
24
*
25
25
* @author 杨祥宇
26
-
* @since 2025/04/02
26
+
* @since 2025-04-02
27
27
*/
28
28
@Component
29
29
publicclassCleanContextSchedule {
@@ -42,21 +42,34 @@ public CleanContextSchedule(FlowTraceRepo flowTraceRepo, @Fit(alias = "flowConte
0 commit comments