|
|
@@ -185,7 +185,7 @@ public class PublicInquiryServiceImpl implements PublicInquiryService {
|
|
|
for (ProductUsers user : users) {
|
|
|
User u = userDao.findOne(user.getUseruu());
|
|
|
Enterprise e = enterpriseDao.findOne(user.getEnuu());
|
|
|
- String content = "发布公共询价信息,邀请您参与报价";
|
|
|
+ String content = "发布关于“" + item.getProduct().getTitle() + "”的公共询价信息,邀请您参与报价";
|
|
|
if (null != e) {
|
|
|
u.setEnterprise(e);
|
|
|
content = e.getEnName() + content;
|