This commit is contained in:
fang 2024-11-27 09:31:10 +08:00
parent 86d3eee8a9
commit 060c4715b6
1 changed files with 1 additions and 1 deletions

View File

@ -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);