Преглед изворни кода

Merge branch 'dev' of trick9191/patient-co-management into dev

trick9191 пре 7 година
родитељ
комит
07be208615

+ 3 - 0
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/consult/ConsultTeamService.java

@ -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);