diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java index c481b2f4b..86c549cac 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java @@ -2175,9 +2175,9 @@ public class WxRentContractServiceImpl implements WxRentContractService { result.put("signDate", DateUtils.date2String(wxRentContract.getSignDate(), "yyyy-MM-dd")); //主体名称-乙方 if (StringUtils.isNotEmpty(wxRentContract.getSubjectName())) { - result.put("corpPapersPerson", wxRentContract.getSubjectName()); + result.put("subjectName", wxRentContract.getSubjectName()); } else { - result.put("corpPapersPerson", " "); + result.put("subjectName", " "); } //品牌 diff --git a/mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx b/mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx index 160d93aa2..22594fc65 100644 Binary files a/mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx and b/mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx differ