Compare commits
2 Commits
2dfab2fd22
...
3ccd3ed691
Author | SHA1 | Date |
---|---|---|
|
3ccd3ed691 | |
|
c2b338d99e |
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue