|
|
|
@ -1653,6 +1653,10 @@ public class BiddingProjectSubscribeServiceImpl extends ServiceImpl<BiddingProje |
|
|
|
param.put("{{reportingCorp}}", getOrganizationLastName(entity.getReportingCorp())); |
|
|
|
param.put("{{reportingCorp}}", getOrganizationLastName(entity.getReportingCorp())); |
|
|
|
param.put("{{tenderingEntity}}", getOrganizationLastName(entity.getTenderingEntity())); |
|
|
|
param.put("{{tenderingEntity}}", getOrganizationLastName(entity.getTenderingEntity())); |
|
|
|
param.put("{{projectName}}", entity.getProjectName()); |
|
|
|
param.put("{{projectName}}", entity.getProjectName()); |
|
|
|
|
|
|
|
Date bidOpeningTime = entity.getBidOpeningTime(); |
|
|
|
|
|
|
|
if (null != bidOpeningTime){ |
|
|
|
|
|
|
|
entity.setExplanationObid(DateUtil.daFormat(bidOpeningTime)+entity.getExplanationObid()); |
|
|
|
|
|
|
|
} |
|
|
|
param.put("{{explanationOfBid}}", entity.getExplanationObid()); |
|
|
|
param.put("{{explanationOfBid}}", entity.getExplanationObid()); |
|
|
|
String zb = ""; |
|
|
|
String zb = ""; |
|
|
|
if (StrUtil.isNotBlank(entity.getWinningBidderType())) { |
|
|
|
if (StrUtil.isNotBlank(entity.getWinningBidderType())) { |
|
|
|
|