处理限制条件

develop
PL 2 months ago
parent 8c2a543bbb
commit 50f94cb38a

@ -504,11 +504,11 @@ public class ChatMessageServiceImpl implements ChatMessageService {
}
if (chatCommentsDto.getSize() > 0) {
builder.append("限制条件")
builder.append("限制条件如下1、")
.append(chatCommentsDto.getSize())
.append("字左右;【返回评语内容#不要开头提示语#】。");
.append("字左右;2、[#返回评语内容#,#不要开头提示语##开头不出现特殊字符#]。");
} else {
builder.append("字数限制在200字左右【#返回评语内容#,#不要内容提示语#】。");
builder.append("限制条件如下1、200字左右2、[#返回评语内容#,#不要开头提示语##开头不出现特殊字符#]。");
}
return builder.toString();
} catch (Exception e) {

Loading…
Cancel
Save