|
@@ -751,6 +751,9 @@ public class PersonalProductionServiceImpl extends ServiceImpl<PersonalProductio
|
|
|
int index = 3;
|
|
|
if (StrUtil.equals("ALLOT",rightType)) {
|
|
|
sb.append(String.format("%s. 估价对象占用(分摊)土地使用权为划拨用地,本报告估价结果已扣除估价对象划拨土地使用权应缴纳的土地出让金或者相当于土地出让金的价款。\r\n", index++));
|
|
|
+ textMap.put("rightsTypeDesc","估价对象占用(分摊)土地使用权为划拨用地,本报告估价结果已扣除估价对象划拨土地使用权应缴纳的土地出让金或者相当于土地出让金的价款。");
|
|
|
+ }else{
|
|
|
+ textMap.put("rightsTypeDesc","估价对象占用(分摊)土地使用权为出让用地,本报告估价结果含土地出让金。");
|
|
|
}
|
|
|
// 是否设置抵押权
|
|
|
|