Browse Source

subjectName

release_toaliyun_real
xhxu 4 years ago
parent
commit
bccf28e17b
2 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java
  2. BIN
      mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java View File

@@ -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", " ");
}

//品牌


BIN
mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx View File


Loading…
Cancel
Save