|
@@ -923,7 +923,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
throw new BizException("机构配置信息查询失败");
|
|
throw new BizException("机构配置信息查询失败");
|
|
}
|
|
}
|
|
|
|
|
|
- params.put("compayName", tenantInfo.getName());
|
|
|
|
|
|
+ params.put("compayName", tenantInfo.getTsignName());
|
|
params.put("sealPicture", tenantConfig.getCorporateChops());
|
|
params.put("sealPicture", tenantConfig.getCorporateChops());
|
|
|
|
|
|
if (studentInfo.getTenantId() == 1) {
|
|
if (studentInfo.getTenantId() == 1) {
|
|
@@ -1049,13 +1049,13 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
throw new BizException("机构配置信息查询失败");
|
|
throw new BizException("机构配置信息查询失败");
|
|
}
|
|
}
|
|
|
|
|
|
- params.put("compayName", tenantInfo.getName());
|
|
|
|
|
|
+ params.put("compayName", tenantInfo.getTsignName());
|
|
params.put("sealPicture", tenantConfig.getCorporateChops());
|
|
params.put("sealPicture", tenantConfig.getCorporateChops());
|
|
|
|
|
|
if (studentInfo.getTenantId() == 1) {
|
|
if (studentInfo.getTenantId() == 1) {
|
|
if (OwnershipType.OWN.name().equals(params.get("ownershipType"))) {
|
|
if (OwnershipType.OWN.name().equals(params.get("ownershipType"))) {
|
|
- params.put("compayName", "深圳大雅乐盟网络教育股份有限公司");
|
|
|
|
- params.put("sealPicture", "https://daya-online.oss-cn-beijing.aliyuncs.com/website/cachet.png");
|
|
|
|
|
|
+ //params.put("compayName", "深圳大雅乐盟网络教育股份有限公司");
|
|
|
|
+ //params.put("sealPicture", "https://daya-online.oss-cn-beijing.aliyuncs.com/website/cachet.png");
|
|
} else {
|
|
} else {
|
|
params.put("compayName", "武汉长乐长风乐器销售有限公司");
|
|
params.put("compayName", "武汉长乐长风乐器销售有限公司");
|
|
params.put("sealPicture", "https://daya-online.oss-cn-beijing.aliyuncs.com/website/clcf.png");
|
|
params.put("sealPicture", "https://daya-online.oss-cn-beijing.aliyuncs.com/website/clcf.png");
|
|
@@ -1143,7 +1143,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
throw new BizException("机构配置信息查询失败");
|
|
throw new BizException("机构配置信息查询失败");
|
|
}
|
|
}
|
|
|
|
|
|
- params.put("compayName", tenantInfo.getName());
|
|
|
|
|
|
+ params.put("compayName", tenantInfo.getTsignName());
|
|
params.put("sealPicture", tenantConfig.getCorporateChops());
|
|
params.put("sealPicture", tenantConfig.getCorporateChops());
|
|
|
|
|
|
if (studentInfo.getTenantId() == 1) {
|
|
if (studentInfo.getTenantId() == 1) {
|