|
|
@@ -186,7 +186,7 @@ public class EnterpriseServiceImpl implements EnterpriseService {
|
|
|
Map<String, Object> model = new HashMap<String, Object>();
|
|
|
model.put("name", enterprise.getEnName());
|
|
|
model.put("email", admin.getUserEmail());
|
|
|
- model.put("rootpath", AgentUtils.getHost(request));
|
|
|
+ model.put("rootpath", sysConf.getB2b());
|
|
|
model.put("uu", enuu);
|
|
|
model.put("adminUU", admin.getUserUU().toString());
|
|
|
model.put("adminEmail", admin.getUserEmail());
|
|
|
@@ -333,7 +333,7 @@ public class EnterpriseServiceImpl implements EnterpriseService {
|
|
|
Map<String, Object> model = new HashMap<String, Object>();
|
|
|
model.put("name", enter.getEnName());
|
|
|
model.put("email", admin.getUserEmail());
|
|
|
- model.put("rootpath", AgentUtils.getHost(request));
|
|
|
+ model.put("rootpath", sysConf.getB2b());
|
|
|
model.put("uu", enterprise.getUu());
|
|
|
model.put("checkcode", encodeString);
|
|
|
model.put("adminUU", admin.getUserUU().toString());
|
|
|
@@ -436,7 +436,7 @@ public class EnterpriseServiceImpl implements EnterpriseService {
|
|
|
Map<String, Object> model = new HashMap<String, Object>();
|
|
|
model.put("name", enterprise.getEnName());
|
|
|
model.put("email", admin.getUserEmail());
|
|
|
- model.put("rootpath", AgentUtils.getHost(request));
|
|
|
+ model.put("rootpath", sysConf.getB2b());
|
|
|
model.put("uu", enUU);
|
|
|
model.put("adminUU", admin.getUserUU().toString());
|
|
|
model.put("adminEmail", admin.getUserEmail());
|