|
@ -2446,11 +2446,7 @@ public class ImService {
|
|
|
|
|
|
//咨询类型
|
|
|
if (!StringUtils.isEmpty(type) && !type.equalsIgnoreCase("0")) {
|
|
|
if("9".equalsIgnoreCase(type)){
|
|
|
sql +=" AND a.type in (9,16)" ;
|
|
|
}else {
|
|
|
sql +=" AND a.type in ("+type+")" ;
|
|
|
}
|
|
|
sql +=" AND a.type in ("+type+")" ;
|
|
|
}
|
|
|
|
|
|
if (!StringUtils.isEmpty(id)) {
|
|
@ -2793,12 +2789,7 @@ public class ImService {
|
|
|
|
|
|
//咨询类型
|
|
|
if(!StringUtils.isEmpty(type)&&!type.equalsIgnoreCase("0")){
|
|
|
if("9".equalsIgnoreCase(type)){
|
|
|
sql +=" AND a.type in (9,16)" ;
|
|
|
}else {
|
|
|
sql +=" AND a.type in ("+type+")" ;
|
|
|
}
|
|
|
|
|
|
sql +=" AND a.type in ("+type+")" ;
|
|
|
}
|
|
|
|
|
|
|