This commit is contained in:
parent
86d3eee8a9
commit
060c4715b6
|
@ -34,7 +34,7 @@ public class GetUrlUtils {
|
||||||
public String getPcUrl(String formId, String mobFormId, String source, String accountId,
|
public String getPcUrl(String formId, String mobFormId, String source, String accountId,
|
||||||
Object activityId, Object pkId, Object taskId) {
|
Object activityId, Object pkId, Object taskId) {
|
||||||
StringBuffer urlBuffer = new StringBuffer();
|
StringBuffer urlBuffer = new StringBuffer();
|
||||||
urlBuffer.append(System.getProperty("efms.midservice.backlog.url"));
|
urlBuffer.append(System.getProperty("backlog-url"));
|
||||||
// urlBuffer.append("http:10.17.85:8022/ierp");
|
// urlBuffer.append("http:10.17.85:8022/ierp");
|
||||||
urlBuffer.append("/integration/yzjShareOpen.do");
|
urlBuffer.append("/integration/yzjShareOpen.do");
|
||||||
urlBuffer.append("?formId=").append(formId);
|
urlBuffer.append("?formId=").append(formId);
|
||||||
|
|
Loading…
Reference in New Issue