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