|
@@ -751,12 +751,13 @@ public class PersonalProductionServiceImpl extends ServiceImpl<PersonalProductio
|
|
String rightsType = String.valueOf(textMap.get("rightsType"));
|
|
String rightsType = String.valueOf(textMap.get("rightsType"));
|
|
String usingInfo = String.valueOf(textMap.get("usingInfo"));
|
|
String usingInfo = String.valueOf(textMap.get("usingInfo"));
|
|
String pledgePerson = String.valueOf(textMap.get("pledgePerson"));
|
|
String pledgePerson = String.valueOf(textMap.get("pledgePerson"));
|
|
|
|
+ String rightsToPurpose = (String) textMap.get("rightsToPurpose");
|
|
String isShareDesc = "";
|
|
String isShareDesc = "";
|
|
int index = 2;
|
|
int index = 2;
|
|
if (isShare) {
|
|
if (isShare) {
|
|
isShareDesc = (index++) + "、委托人提供的《不动产权证书》记载国有建设用地使用权面积为共用宗地面积,系国有出让城镇住宅用地,未记载估价对象分摊土地使用权面积,本次评估设定估价对象分摊的土地使用权系出让城镇住宅用地。\r\n";
|
|
isShareDesc = (index++) + "、委托人提供的《不动产权证书》记载国有建设用地使用权面积为共用宗地面积,系国有出让城镇住宅用地,未记载估价对象分摊土地使用权面积,本次评估设定估价对象分摊的土地使用权系出让城镇住宅用地。\r\n";
|
|
}
|
|
}
|
|
- isShareDesc += (index == 2 ? "" : "\t") + (index++) + "、本报告估价结果包括房屋(含附属设备设施)所有权及其占用(分摊)范围内的土地使用权的价值。该土地使用权和附属的设施设备若与房屋所有权分割处置,本估价结果无效。";
|
|
|
|
|
|
+ isShareDesc += (index == 2 ? "" : "\t") + (index++) + "、本报告估价结果包括房屋(含附属设备设施)所有权及其占用(分摊)范围内的土地使用权的价值。该土地使用权和附属的设施设备若与房屋所有权分割处置,本估价结果无效。\r\n\t";
|
|
if (rightsType.equals("SELL")) {
|
|
if (rightsType.equals("SELL")) {
|
|
// 出让金
|
|
// 出让金
|
|
isShareDesc += "本报告估价结果含土地出让金。\r\n";
|
|
isShareDesc += "本报告估价结果含土地出让金。\r\n";
|
|
@@ -767,24 +768,25 @@ public class PersonalProductionServiceImpl extends ServiceImpl<PersonalProductio
|
|
|
|
|
|
// 1未出租,未抵押
|
|
// 1未出租,未抵押
|
|
if (!"出租".equals(usingInfo) && "否".equals(isPledge)) {
|
|
if (!"出租".equals(usingInfo) && "否".equals(isPledge)) {
|
|
- isShareDesc += "\n\t" + (index++) + "、根据委托人提供的“估价对象权利状况、法定优先受偿款调查说明及承诺书”、“房地产评估委托、确认书”书面承诺和确认,在价值时点,估价对象未设定抵押,无法定优先受偿权,本次评估以此为引用依据。";
|
|
|
|
|
|
+ isShareDesc += "\n\t" + (index++) + "、根据委托人提供的“估价对象权利状况、法定优先受偿款调查说明及承诺书”、“房地产评估委托、确认书”书面承诺和确认,在价值时点,估价对象未设定抵押,无法定优先受偿权,本次评估以此为引用依据。\r\n\t";
|
|
}
|
|
}
|
|
// 2已出租,未抵押
|
|
// 2已出租,未抵押
|
|
if ("出租".equals(usingInfo) && "否".equals(isPledge)) {
|
|
if ("出租".equals(usingInfo) && "否".equals(isPledge)) {
|
|
- isShareDesc += "\n\t" + (index++) + "、根据委托人提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象已出租,未设定抵押等他项权利。";
|
|
|
|
|
|
+ isShareDesc += "\n\t" + (index++) + "、根据委托人提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象已出租,未设定抵押等他项权利。\r\n\t";
|
|
}
|
|
}
|
|
// 3未出租,已抵押
|
|
// 3未出租,已抵押
|
|
if (!"出租".equals(usingInfo) && !"否".equals(isPledge)) {
|
|
if (!"出租".equals(usingInfo) && !"否".equals(isPledge)) {
|
|
- isShareDesc += String.format("%s、根据委托人介绍和提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象未出租,估价对象已设置了一般抵押权尚未注销,抵押权人为%s,抵押权利价值为%s万元。",
|
|
|
|
|
|
+ isShareDesc += String.format("%s、根据委托人介绍和提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象未出租,估价对象已设置了一般抵押权尚未注销,抵押权人为%s,抵押权利价值为%s万元。\r\n\t",
|
|
("\n\t" + index++),pledgePerson, textMap.get("totalDebiAmount"));
|
|
("\n\t" + index++),pledgePerson, textMap.get("totalDebiAmount"));
|
|
}
|
|
}
|
|
// 4已出租,已抵押
|
|
// 4已出租,已抵押
|
|
if ("出租".equals(usingInfo) && !"否".equals(isPledge)) {
|
|
if ("出租".equals(usingInfo) && !"否".equals(isPledge)) {
|
|
- isShareDesc += String.format("%s、根据委托人介绍和提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象已出租,估价对象已设置了一般抵押权尚未注销,抵押权人为%s,抵押权利价值为%s万元。",
|
|
|
|
|
|
+ isShareDesc += String.format("%s、根据委托人介绍和提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象已出租,估价对象已设置了一般抵押权尚未注销,抵押权人为%s,抵押权利价值为%s万元。\r\n\t",
|
|
("\n\t" + index++),pledgePerson, textMap.get("totalDebiAmount"));
|
|
("\n\t" + index++),pledgePerson, textMap.get("totalDebiAmount"));
|
|
}
|
|
}
|
|
isShareDesc += "\r\n\t";
|
|
isShareDesc += "\r\n\t";
|
|
- isShareDesc += String.format("%s、经注册房地产估价师现场查勘,估价对象系成套住宅,无与相邻房屋合并连通使用情形。\r\n\t", index++);
|
|
|
|
|
|
+
|
|
|
|
+ isShareDesc += String.format("%s、经注册房地产估价师现场查勘,估价对象系%s,无与相邻房屋合并连通使用情形。\r\n\t", index++, rightsToPurpose);
|
|
isShareDesc += (index++) + "、经注册房地产估价师现场查勘,估价对象内、外部设计未进行明显改造。";
|
|
isShareDesc += (index++) + "、经注册房地产估价师现场查勘,估价对象内、外部设计未进行明显改造。";
|
|
textMap.put("isShareDesc", isShareDesc);
|
|
textMap.put("isShareDesc", isShareDesc);
|
|
}
|
|
}
|
|
@@ -795,6 +797,7 @@ public class PersonalProductionServiceImpl extends ServiceImpl<PersonalProductio
|
|
String rightsType = String.valueOf(textMap.get("rightsType"));
|
|
String rightsType = String.valueOf(textMap.get("rightsType"));
|
|
String usingInfo = String.valueOf(textMap.get("usingInfo"));
|
|
String usingInfo = String.valueOf(textMap.get("usingInfo"));
|
|
String pledgePerson = String.valueOf(textMap.get("pledgePerson"));
|
|
String pledgePerson = String.valueOf(textMap.get("pledgePerson"));
|
|
|
|
+ String rightsToPurpose = (String) textMap.get("rightsToPurpose");
|
|
String isShareDesc = "";
|
|
String isShareDesc = "";
|
|
// 相关情况
|
|
// 相关情况
|
|
int index = 2;
|
|
int index = 2;
|
|
@@ -814,32 +817,31 @@ public class PersonalProductionServiceImpl extends ServiceImpl<PersonalProductio
|
|
isShareDesc += ("\n" +index++) + "、本报告估价结果包括房屋(含附属设备设施)所有权及其占用(分摊)范围内的土地使用权的价值。该土地使用权和附属的设施设备若与房屋所有权分割处置,本估价结果无效。";
|
|
isShareDesc += ("\n" +index++) + "、本报告估价结果包括房屋(含附属设备设施)所有权及其占用(分摊)范围内的土地使用权的价值。该土地使用权和附属的设施设备若与房屋所有权分割处置,本估价结果无效。";
|
|
if (rightsType.equals("SELL")) {
|
|
if (rightsType.equals("SELL")) {
|
|
// 出让金
|
|
// 出让金
|
|
- isShareDesc += "本报告估价结果含土地出让金。";
|
|
|
|
|
|
+ isShareDesc += "本报告估价结果含土地出让金。\r\n\t";
|
|
} else {
|
|
} else {
|
|
// 划拨
|
|
// 划拨
|
|
- isShareDesc += "本报告估价结果已扣除估价对象划拨土地使用权应缴纳的土地出让金或者相当于土地出让金的价款。";
|
|
|
|
|
|
+ isShareDesc += "本报告估价结果已扣除估价对象划拨土地使用权应缴纳的土地出让金或者相当于土地出让金的价款。\r\n\t";
|
|
}
|
|
}
|
|
- isShareDesc += "\r\n\t";
|
|
|
|
// 1未出租,未抵押
|
|
// 1未出租,未抵押
|
|
if (!"出租".equals(usingInfo) && "否".equals(isPledge)) {
|
|
if (!"出租".equals(usingInfo) && "否".equals(isPledge)) {
|
|
- isShareDesc += ("\n" + index++) + "、根据委托人提供的“估价对象权利状况、法定优先受偿款调查说明及承诺书”、“房地产评估委托、确认书”书面承诺和确认,在价值时点,估价对象未设定抵押,无法定优先受偿权,本次评估以此为引用依据。";
|
|
|
|
|
|
+ isShareDesc += ("\n" + index++) + "、根据委托人提供的“估价对象权利状况、法定优先受偿款调查说明及承诺书”、“房地产评估委托、确认书”书面承诺和确认,在价值时点,估价对象未设定抵押,无法定优先受偿权,本次评估以此为引用依据。\r\n\t";
|
|
}
|
|
}
|
|
// 2已出租,未抵押
|
|
// 2已出租,未抵押
|
|
if ("出租".equals(usingInfo) && "否".equals(isPledge)) {
|
|
if ("出租".equals(usingInfo) && "否".equals(isPledge)) {
|
|
- isShareDesc += ("\n" + index++) + "、根据委托人提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象已出租,未设定抵押等他项权利。";
|
|
|
|
|
|
+ isShareDesc += ("\n" + index++) + "、根据委托人提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象已出租,未设定抵押等他项权利。\r\n\t";
|
|
}
|
|
}
|
|
// 3未出租,已抵押
|
|
// 3未出租,已抵押
|
|
if (!"出租".equals(usingInfo) && !"否".equals(isPledge)) {
|
|
if (!"出租".equals(usingInfo) && !"否".equals(isPledge)) {
|
|
- isShareDesc += String.format("%s、根据委托人介绍和提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象未出租,估价对象已设置了一般抵押权尚未注销,抵押权人为%s,抵押权利价值为%s万元。",
|
|
|
|
|
|
+ isShareDesc += String.format("%s、根据委托人介绍和提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象未出租,估价对象已设置了一般抵押权尚未注销,抵押权人为%s,抵押权利价值为%s万元。\r\n\t",
|
|
"\n" + index++,pledgePerson, textMap.get("totalDebiAmount"));
|
|
"\n" + index++,pledgePerson, textMap.get("totalDebiAmount"));
|
|
}
|
|
}
|
|
// 4已出租,已抵押
|
|
// 4已出租,已抵押
|
|
if ("出租".equals(usingInfo) && !"否".equals(isPledge)) {
|
|
if ("出租".equals(usingInfo) && !"否".equals(isPledge)) {
|
|
- isShareDesc += String.format("%s、根据委托人介绍和提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象已出租,估价对象已设置了一般抵押权尚未注销,抵押权人为%s,抵押权利价值为%s万元。",
|
|
|
|
|
|
+ isShareDesc += String.format("%s、根据委托人介绍和提供的“房地产评估委托、确认书”、“估价对象权利状况、法定优先受偿款调查说明及承诺书”,经注册房地产估价师实地查勘,至价值时点,估价对象已出租,估价对象已设置了一般抵押权尚未注销,抵押权人为%s,抵押权利价值为%s万元。\r\n\t",
|
|
"\n" + index++,pledgePerson, textMap.get("totalDebiAmount"));
|
|
"\n" + index++,pledgePerson, textMap.get("totalDebiAmount"));
|
|
}
|
|
}
|
|
isShareDesc += "\r\n\t";
|
|
isShareDesc += "\r\n\t";
|
|
- isShareDesc += String.format("%s、经注册房地产估价师现场查勘,估价对象系成套住宅,无与相邻房屋合并连通使用情形。\r\n\t", index++);
|
|
|
|
|
|
+ isShareDesc += String.format("%s、经注册房地产估价师现场查勘,估价对象系%s,无与相邻房屋合并连通使用情形。\r\n\t", index++,rightsToPurpose);
|
|
isShareDesc += ("\n" + index++) + "、经注册房地产估价师现场查勘,估价对象内、外部设计未进行明显改造。";
|
|
isShareDesc += ("\n" + index++) + "、经注册房地产估价师现场查勘,估价对象内、外部设计未进行明显改造。";
|
|
textMap.put("houseOtherInfo", isShareDesc);
|
|
textMap.put("houseOtherInfo", isShareDesc);
|
|
}
|
|
}
|