|
|
@@ -334,7 +334,7 @@ public class UserArchivesServiceImpl extends BaseMybatisDao< UserArchivesMapper>
|
|
|
if (!list.isEmpty()){
|
|
|
StringBuilder builder = new StringBuilder();
|
|
|
list.stream().forEach(e ->{
|
|
|
- builder.append(e.getAdminName()).append( "[").append(DateUtils.formatDateChineseYYYYMMddHH(e.getCreateTime())).append("]:");
|
|
|
+ builder.append(e.getAdminName()).append( "[").append(DateUtils.formatDateChineseYYYYMMddHH(e.getCreateTime())).append("]:\n");
|
|
|
builder.append("前期沟通-客户的难处:").append(e.getEarlyCommunication()).append("\n");
|
|
|
builder.append("客户的需求:").append(e.getCustomerDemand()).append("\n");
|
|
|
builder.append("面谈思路:").append(e.getInterviewIdeas()).append("\n");
|