补发修改

This commit is contained in:
fang 2024-11-29 11:50:00 +08:00
parent 060c4715b6
commit c2b338d99e
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("&accountId=").append(accountId);
urlBuffer.append("&activityId=").append(activityId); urlBuffer.append("&activityId=").append(activityId);
urlBuffer.append("&tId=").append(taskId); urlBuffer.append("&tId=").append(taskId);
urlBuffer.append("&apptype=backlogMQ"); urlBuffer.append("&apptype=todo");
return urlBuffer.toString(); return urlBuffer.toString();
} }