@ -601,7 +601,7 @@ public class ConsultTeamService extends ConsultService {
// 添加问题咨询日志
String content = "";
if(ct.getGuidance() > 0){
if(ct.getGuidance() != null && ct.getGuidance() > 0){
JSONObject json = guidanceService.findById(ct.getGuidance());
if(json == null){
throw new Exception("guidance not exist");