Compare commits

..

No commits in common. "3ccd3ed6919f970eb3bcd6807a68ba22f16e283c" and "2dfab2fd22f224cc3dd032a2f9c388b132c86a5f" have entirely different histories.

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=todo");
urlBuffer.append("&apptype=backlogMQ");
return urlBuffer.toString();
}