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