Compare commits

...

2 Commits

Author SHA1 Message Date
fang 3ccd3ed691 Merge remote-tracking branch 'origin/main' into main 2024-11-29 11:50:41 +08:00
fang c2b338d99e 补发修改 2024-11-29 11:50:00 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class GetUrlUtils {
urlBuffer.append("&accountId=").append(accountId);
urlBuffer.append("&activityId=").append(activityId);
urlBuffer.append("&tId=").append(taskId);
urlBuffer.append("&apptype=backlogMQ");
urlBuffer.append("&apptype=todo");
return urlBuffer.toString();
}