|
@ -294,7 +294,7 @@ public class UserAdviceServiceImpl extends BaseServiceImpl<UserAdviceDao, UserAd |
|
|
} |
|
|
} |
|
|
if (records.get(i).getAdviceType().contains("software")) { |
|
|
if (records.get(i).getAdviceType().contains("software")) { |
|
|
if (type.length() != 0) { |
|
|
if (type.length() != 0) { |
|
|
type.append("\\n"); |
|
|
type.append("\n"); |
|
|
} |
|
|
} |
|
|
type.append(UserAdviceConstant.SOFTWARE_TYPE_TEXT); |
|
|
type.append(UserAdviceConstant.SOFTWARE_TYPE_TEXT); |
|
|
} |
|
|
} |
|
|