|
@ -1454,6 +1454,9 @@ public class ConsultTeamService extends ConsultService {
|
|
|
// 生成提问日志,并推送相关消息
|
|
|
ConsultTeamLog infoLog = new ConsultTeamLog();
|
|
|
infoLog.setConsult(ct.getConsult());
|
|
|
if(content.length()>2500){
|
|
|
content = content.substring(0,2500);
|
|
|
}
|
|
|
infoLog.setContent(content);
|
|
|
infoLog.setDel("1");
|
|
|
infoLog.setType(0);
|