Browse Source

个贷报告生成修改

wucl 2 weeks ago
parent
commit
cf40f974ea

BIN
biz-base/src/main/resources/docs/personal/house_simple_statement.docx


BIN
biz-base/src/main/resources/docs/personal/immovable_final_report.docx


BIN
biz-base/src/main/resources/docs/personal/immovable_simple_statement.docx


BIN
biz-base/src/main/resources/docs/personal/immovable_statement.docx


BIN
biz-base/src/main/resources/docs/personal/land_simple_statement.docx


+ 3 - 0
service/src/main/java/com/dayou/service/impl/PersonalProductionServiceImpl.java

@@ -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","估价对象占用(分摊)土地使用权为出让用地,本报告估价结果含土地出让金。");
         }
         // 是否设置抵押权