@ -206,7 +206,7 @@ public class ImService {
}
//咨询状态
if(status != 0){
if(status != null && status != 0){
if(status ==2 ){//就诊中
sql +=" and b.status = 0 ";