换accountId
This commit is contained in:
parent
22eb229289
commit
5b90bed913
|
@ -89,7 +89,7 @@ public class GetUrlUtils {
|
|||
*/
|
||||
public static String buildTaskUrl(Map<String,Object> taskMap){
|
||||
if(taskMap != null && taskMap.size() >= 6){
|
||||
String accountId = System.getProperty("efms.midservice.accountid");
|
||||
String accountId = System.getProperty("backlog-accountid");
|
||||
getInstance();
|
||||
return _instance.getPcUrl((String)taskMap.get("formId"),
|
||||
(String)taskMap.get("mobFormId"),
|
||||
|
|
Loading…
Reference in New Issue