|
@@ -1011,7 +1011,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- String organCode = tenantInfo == null ? organizationDto.getCorporateCode() : tenantInfo.getTsignCode();
|
|
|
|
|
|
+ String organCode = organizationDto.getCorporateCode() == null ? tenantInfo.getTsignCode() : organizationDto.getCorporateCode();
|
|
|
|
|
|
if (user.getTenantId() == 1) {
|
|
if (user.getTenantId() == 1) {
|
|
if (!OwnershipType.OWN.name().equals(params.get("ownershipType"))) {
|
|
if (!OwnershipType.OWN.name().equals(params.get("ownershipType"))) {
|