|
|
|
@ -1655,7 +1655,7 @@ public class BiddingProjectSubscribeServiceImpl extends ServiceImpl<BiddingProje |
|
|
|
param.put("{{projectName}}", entity.getProjectName()); |
|
|
|
param.put("{{projectName}}", entity.getProjectName()); |
|
|
|
Date bidOpeningTime = entity.getBidOpeningTime(); |
|
|
|
Date bidOpeningTime = entity.getBidOpeningTime(); |
|
|
|
if (null != bidOpeningTime){ |
|
|
|
if (null != bidOpeningTime){ |
|
|
|
entity.setExplanationObid(DateUtil.daFormat(bidOpeningTime)+entity.getExplanationObid()); |
|
|
|
entity.setExplanationObid(DateUtil.dateFormatByPattern(bidOpeningTime,"yyyyMMdd")+entity.getExplanationObid()); |
|
|
|
} |
|
|
|
} |
|
|
|
param.put("{{explanationOfBid}}", entity.getExplanationObid()); |
|
|
|
param.put("{{explanationOfBid}}", entity.getExplanationObid()); |
|
|
|
String zb = ""; |
|
|
|
String zb = ""; |
|
|
|
|