|
|
@@ -987,8 +987,6 @@ public class PublicInquiryServiceImpl implements PublicInquiryService {
|
|
|
private IPage<PurcInquiryItemInfo> covert(Page<PurcInquiryItemInfo> orders, Long enuu) {
|
|
|
if (!CollectionUtils.isEmpty(orders.getContent()) && null != enuu) {
|
|
|
for (PurcInquiryItemInfo itemInfo : orders.getContent()) {
|
|
|
- // 为了用户隐私,这个地方隐藏掉联系人电话
|
|
|
- itemInfo.setUserTel(null);
|
|
|
PublicInquiryItem item = publicInquiryItemDao.findByVendUUAndSourceId(enuu, itemInfo.getId());
|
|
|
itemInfo.setQuoted(Constant.NO);
|
|
|
if (null != item) {
|