|
@ -304,7 +304,7 @@ public class ImService {
|
|
|
"AND a.patient= '" +patient+"' "+
|
|
|
"AND b.to_doctor='" +doctor+"' "+
|
|
|
"AND a.del='1' " +
|
|
|
"AND (a.type<> 9 or a.type<> 16)" +
|
|
|
"AND (a.type<> 9 and a.type<> 16)" +
|
|
|
"AND a.status=0";
|
|
|
|
|
|
List<Map<String, Object>> rstotal = hibenateUtils.createSQLQuery(totalSql);
|